revert lib link

This commit is contained in:
AndyScherzinger 2018-05-29 15:01:32 +02:00
parent 2c8d6b3ea3
commit e9e642985a
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -206,9 +206,9 @@ dependencies {
// dependencies for app building
implementation 'com.android.support:multidex:1.0.3'
// implementation project('nextcloud-android-library')
genericImplementation "com.github.nextcloud:android-library:master-SNAPSHOT"
gplayImplementation "com.github.nextcloud:android-library:master-SNAPSHOT"
versionDevImplementation 'com.github.nextcloud:android-library:master-SNAPSHOT' // use always latest master
genericImplementation "com.github.nextcloud:android-library:trashbinNewEndpoint-SNAPSHOT"
gplayImplementation "com.github.nextcloud:android-library:trashbinNewEndpoint-SNAPSHOT"
versionDevImplementation 'com.github.nextcloud:android-library:trashbinNewEndpoint-SNAPSHOT' // use always latest master
implementation "com.android.support:support-v4:${supportLibraryVersion}"
implementation "com.android.support:design:${supportLibraryVersion}"
implementation 'com.jakewharton:disklrucache:2.0.2'