Merge pull request #1003 from nextcloud/useNewLib

Use new lib
This commit is contained in:
Tobias Kaminsky 2017-05-15 14:01:10 +02:00 committed by GitHub
commit 03cfb9b8b2

View file

@ -179,7 +179,7 @@ dependencies {
compile name: 'touch-image-view'
compile 'com.android.support:multidex:1.0.1'
compile 'com.github.nextcloud:android-library:logFolder-SNAPSHOT'
compile 'com.github.nextcloud:android-library:1.0.18'
compile "com.android.support:support-v4:${supportLibraryVersion}"
compile "com.android.support:design:${supportLibraryVersion}"
compile 'com.jakewharton:disklrucache:2.0.2'