2022-06-09 22:32:05 +02:00
|
|
|
rootProject.name = 'Fintunes'
|
2020-06-16 17:51:51 +02:00
|
|
|
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
|
|
|
|
|
include ':app'
|
2024-01-31 22:10:51 +01:00
|
|
|
includeBuild('../node_modules/@react-native/gradle-plugin')
|