summaryrefslogtreecommitdiffstats
path: root/android/settings.gradle
blob: 78dfcf747542b77a8287c092b5f5153f7c6943ac (plain)
1
2
3
4
rootProject.name = 'cyberbadge_mobile'
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'
includeBuild('../node_modules/@react-native/gradle-plugin')