diff --git a/build.gradle b/build.gradle index a5af89bf09..40c4385f28 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ configurations.all { } ext { - supportLibraryVersion = '26.0.1' + supportLibraryVersion = '26.1.0' googleLibraryVersion = '11.2.2' travisBuild = System.getenv("TRAVIS") == "true" @@ -42,9 +42,7 @@ ext { repositories { jcenter() maven { url "https://jitpack.io" } - maven { - url 'https://oss.sonatype.org/content/repositories/snapshots/' - } + maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' } google() flatDir { @@ -194,7 +192,7 @@ dependencies { /// dependencies for app building implementation 'com.android.support:multidex:1.0.2' implementation 'com.github.nextcloud:android-library:1.0.32' - versionDevImplementation 'com.github.nextcloud:android-library:master-SNAPSHOT' + versionDevImplementation 'com.github.nextcloud:android-library:1.0.32' implementation "com.android.support:support-v4:${supportLibraryVersion}" implementation "com.android.support:design:${supportLibraryVersion}" implementation 'com.jakewharton:disklrucache:2.0.2'