1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-17 18:44:45 +02:00
joplin/packages/app-mobile/android/settings.gradle

6 lines
422 B
Groovy
Raw Normal View History

2017-07-07 23:25:03 +01:00
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')
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 15:37:28 +01:00
include ':app'
2023-06-10 17:02:58 +01:00
includeBuild('../node_modules/react-native-gradle-plugin')