2017-07-07 22:25:03 +00:00
|
|
|
rootProject.name = 'Joplin'
|
2023-01-08 12:22:41 +00:00
|
|
|
include ':react-native-vector-icons'
|
|
|
|
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')
|
2020-02-09 14:51:12 +00:00
|
|
|
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
|
2017-05-06 14:37:28 +00:00
|
|
|
include ':app'
|
2024-05-21 09:12:20 +00:00
|
|
|
includeBuild('../node_modules/@react-native/gradle-plugin')
|