فهرست منبع

dev version: use always latest library

tobiasKaminsky 7 سال پیش
والد
کامیت
4f21d1a0ad
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -192,7 +192,7 @@ dependencies {
     /// dependencies for app building
     implementation 'com.android.support:multidex:1.0.2'
     implementation 'com.github.nextcloud:android-library:1.0.33'
-    versionDevImplementation 'com.github.nextcloud:android-library:1.0.33'
+    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'