Browse Source

Merge pull request #62 from nextcloud/jitpackFix

HotFix master branch: Set fixed lib version
Tobias Kaminsky 8 years ago
parent
commit
24d238b37b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      build.gradle

+ 2 - 2
build.gradle

@@ -33,7 +33,7 @@ dependencies {
     /// dependencies for app building
     compile name: 'touch-image-view'
 
-    compile 'com.github.nextcloud:android-library:-SNAPSHOT'
+    compile 'com.github.nextcloud:android-library:1.0.1'
     compile "com.android.support:support-v4:${supportLibraryVersion}"
     compile "com.android.support:design:${supportLibraryVersion}"
     compile 'com.jakewharton:disklrucache:2.0.2'
@@ -128,4 +128,4 @@ android {
         exclude 'META-INF/LICENSE.txt'
     }
 
-}
+}