mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2025-05-28 00:27:45 +02:00
15 lines
987 B
Groovy
15 lines
987 B
Groovy
dependenies {
|
|
/// dependencies for app building
|
|
fossImplementation 'com.android.support:multidex:1.0.2'
|
|
implementation 'com.github.nextcloud:android-library:1.0.33'
|
|
devImplementation 'com.github.nextcloud:android-library:master-SNAPSHOT' // use always latest master
|
|
implementation "com.android.support:support-v4:${supportLibraryVersion}"
|
|
prodImplementation "com.android.support:design:${supportLibraryVersion}"
|
|
gplayImplementation 'com.jakewharton:disklrucache:2.0.2'
|
|
implementation "com.android.support:appcompat-v7:${supportLibraryVersion}"
|
|
gplayProdImplementation "com.android.support:cardview-v7:${supportLibraryVersion}"
|
|
implementation "com.android.support:exifinterface:${supportLibraryVersion}"
|
|
fossDevImplementation 'com.github.tobiasKaminsky:android-floating-action-button:1.10.2'
|
|
gplayDevImplementation 'com.github.albfernandez:juniversalchardet:v2.0.0'
|
|
fossProdImplementation 'com.google.code.findbugs:annotations:2.0.1'
|
|
}
|