mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-12 08:54:00 +02:00
6 lines
423 B
Groovy
6 lines
423 B
Groovy
rootProject.name = 'Joplin'
|
|
include ':react-native-vector-icons'
|
|
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')
|
|
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') |