subtracks/android/settings.gradle
austinried b38ba9aaed initial commit
(just the typescript template)
2021-06-08 13:38:16 +09:00

4 lines
193 B
Groovy

rootProject.name = 'SubSonify'
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'