mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-27 10:32:58 +02:00
8 lines
380 B
Groovy
8 lines
380 B
Groovy
rootProject.name = 'AwesomeProject'
|
|
include ':react-native-fs'
|
|
project(':react-native-fs').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-fs/android')
|
|
|
|
include ':app'
|
|
|
|
include ':react-native-sqlite-storage'
|
|
project(':react-native-sqlite-storage').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-sqlite-storage/src/android') |