mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
revert lib back to master
This commit is contained in:
parent
455d196b68
commit
5541b9666c
1 changed files with 3 additions and 3 deletions
|
@ -210,9 +210,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:offlineSupport-SNAPSHOT"
|
||||
gplayImplementation "com.github.nextcloud:android-library:offlineSupport-SNAPSHOT"
|
||||
versionDevImplementation 'com.github.nextcloud:android-library:offlineSupport-SNAPSHOT' // use always latest master
|
||||
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
|
||||
implementation "com.android.support:support-v4:${supportLibraryVersion}"
|
||||
implementation "com.android.support:design:${supportLibraryVersion}"
|
||||
implementation 'com.jakewharton:disklrucache:2.0.2'
|
||||
|
|
Loading…
Reference in a new issue