* Revert "Downgrade mmkv and bump to 435 (#6742)" This reverts commit66b469bb31. * Revert "Bump Version to 1.56.0 and build to 431 (#6723)" This reverts commitfdee027b4a. * Revert "[V1] update deps (#6666)" This reverts commit8137241f12. * bump build to 436 * update snapshots
5 lines
375 B
Groovy
5 lines
375 B
Groovy
rootProject.name = 'Mattermost'
|
|
include ':reactnativenotifications'
|
|
project(':reactnativenotifications').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-notifications/lib/android/app')
|
|
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
|
|
include ':app'
|