1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-26 18:58:21 +02:00
joplin/ReactNativeClient/android/settings.gradle

8 lines
380 B
Groovy
Raw Normal View History

2017-05-06 15:37:28 +01:00
rootProject.name = 'AwesomeProject'
2017-06-11 22:11:14 +01:00
include ':react-native-fs'
project(':react-native-fs').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-fs/android')
2017-05-06 15:37:28 +01:00
include ':app'
2017-05-07 22:02:17 +01:00
include ':react-native-sqlite-storage'
project(':react-native-sqlite-storage').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-sqlite-storage/src/android')