Parcourir la source

revert back to master-branch lib version

AndyScherzinger il y a 6 ans
Parent
commit
35b12083c0
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      build.gradle

+ 3 - 1
build.gradle

@@ -208,7 +208,9 @@ dependencies {
     // dependencies for app building
     implementation 'com.android.support:multidex:1.0.3'
 //    implementation project('nextcloud-android-library')
-    implementation "com.github.nextcloud:android-library:removeCheckForOlderVersions_2-SNAPSHOT"
+    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'