fix lint warnings

This commit is contained in:
AndyScherzinger 2017-11-28 15:01:14 +01:00
parent 7aaf4954bc
commit 7159838b41
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

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