Browse Source

user lib branch

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 6 years ago
parent
commit
f8bc830f9b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      build.gradle

+ 3 - 3
build.gradle

@@ -206,9 +206,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:master-SNAPSHOT"
-    gplayImplementation "com.github.nextcloud:android-library:master-SNAPSHOT"
-    versionDevImplementation 'com.github.nextcloud:android-library:master-SNAPSHOT' // use always latest master
+    genericImplementation "com.github.nextcloud:android-library:emailShare-SNAPSHOT"
+    gplayImplementation "com.github.nextcloud:android-library:emailShare-SNAPSHOT"
+    versionDevImplementation 'com.github.nextcloud:android-library:emailShare-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'