7 lines
No EOL
244 B
Groovy
7 lines
No EOL
244 B
Groovy
include ':app'
|
|
|
|
include ':apiclient'
|
|
project(':apiclient').projectDir = new File(settingsDir, '../jellyfin-apiclient-java/android')
|
|
|
|
include ':library'
|
|
project(':library').projectDir = new File(settingsDir, '../jellyfin-apiclient-java/library') |