mirror of
https://github.com/laurent22/joplin.git
synced 2025-05-13 21:46:37 +02:00
6 lines
236 B
Groovy
6 lines
236 B
Groovy
rootProject.name = 'AwesomeProject'
|
|
|
|
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') |