Browse Source

Merge pull request #2590 from nextcloud/libToMaster

Lib refers always to master
Andy Scherzinger 7 năm trước cách đây
mục cha
commit
94afb0f4e0
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      build.gradle

+ 3 - 3
build.gradle

@@ -194,9 +194,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:filterActivities-SNAPSHOT"
-    gplayImplementation "com.github.nextcloud:android-library:filterActivities-SNAPSHOT"
-    versionDevImplementation 'com.github.nextcloud:android-library:filterActivities-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'