
This makes it a lot easier to setup all the testing stuff. Mostly, I'm tired of fighting Android Studio's fragility, so I want to remove as much non-standardness as possible in the hopes of improving that situation. closes #534 https://gitlab.com/fdroid/fdroidclient/issues/534
9 lines
233 B
Groovy
9 lines
233 B
Groovy
include ':app'
|
|
include ':Privileged-Extension'
|
|
include ':privileged-api-lib'
|
|
if (hasProperty('sourceDeps')) {
|
|
include ':extern:support-v4-preferencefragment'
|
|
include ':extern:nanohttpd:core'
|
|
include ':extern:zipsigner'
|
|
}
|