mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +03:00
fix lint warnings
This commit is contained in:
parent
7aaf4954bc
commit
7159838b41
1 changed files with 3 additions and 5 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue