Selaa lähdekoodia

Update build.gradle

Andy Scherzinger 7 vuotta sitten
vanhempi
commit
62db03668a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -198,7 +198,7 @@ dependencies {
 //    implementation project('nextcloud-android-library')
     genericImplementation "com.github.nextcloud:android-library:${androidLibraryVersion}"
     gplayImplementation "com.github.nextcloud:android-library:${androidLibraryVersion}"
-    versionDevImplementation 'com.github.nextcloud:android-library:etag-SNAPSHOT' // use always latest master
+    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'