Set fixed lib version

This commit is contained in:
Andy Scherzinger 2016-06-24 00:18:45 +02:00 committed by GitHub
parent 82b17aa007
commit 5ee1e8adab

View file

@ -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'
}
}
}