1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-03 08:35:29 +02:00
joplin/packages/app-mobile/android/settings.gradle

4 lines
190 B
Groovy
Raw Normal View History

2017-07-08 00:25:03 +02:00
rootProject.name = 'Joplin'
2020-02-09 16:51:12 +02:00
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
2017-05-06 16:37:28 +02:00
include ':app'