mirror of
https://github.com/zhigang1992/react-native-notifications.git
synced 2026-06-11 00:08:50 +08:00
5 lines
203 B
Groovy
5 lines
203 B
Groovy
include ':myapplication'
|
|
|
|
include ':react-native-notifications'
|
|
project(':react-native-notifications').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-notifications/android')
|