123456789101112 |
- rootProject.name = 'Umora'
- include ':react-native-notification-sounds'
- project(':react-native-notification-sounds').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-notification-sounds/android')
- include ':react-native-notification-sounds'
- project(':react-native-notification-sounds').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-notification-sounds/android')
- include ':react-native-mmkv-storage'
- project(':react-native-mmkv-storage').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-mmkv-storage/android')
- include ':react-native-share'
- project(':react-native-share').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-share/android')
- apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
- include ':app'
|