fix android-lib reference

This commit is contained in:
Andy Scherzinger 2016-09-01 11:37:58 +02:00 committed by AndyScherzinger
parent 6b848b4066
commit 616a2ff8bb
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -41,7 +41,7 @@ dependencies {
/// dependencies for app building
compile name: 'touch-image-view'
compile 'com.github.nextcloud:android-library:1.0.4'
compile 'com.github.nextcloud:android-library:build24-SNAPSHOT'
compile "com.android.support:support-v4:${supportLibraryVersion}"
compile "com.android.support:design:${supportLibraryVersion}"
compile 'com.jakewharton:disklrucache:2.0.2'