Skip to content
Merged
Prev Previous commit
Next Next commit
update to Nc Android library 1.0.4
  • Loading branch information
AndyScherzinger committed Aug 18, 2016
commit 07c3ebdf84bff52292562b9c1b1cc1dc0429ab73
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
/// dependencies for app building
compile name: 'touch-image-view'

compile 'com.github.nextcloud:android-library:1.0.2'
compile 'com.github.nextcloud:android-library:1.0.4'
compile "com.android.support:support-v4:${supportLibraryVersion}"
compile "com.android.support:design:${supportLibraryVersion}"
compile 'com.jakewharton:disklrucache:2.0.2'
Expand Down