ecency-mobile/android/settings.gradle

6 lines
367 B
Groovy
Raw Normal View History

2018-11-19 21:54:44 +03:00
rootProject.name = 'eSteem'
2019-09-11 22:42:49 +03:00
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
2019-09-13 09:58:29 +03:00
include ':app', ':react-native-code-push'
project(':react-native-code-push').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-code-push/android/app')
include ':app'