Update project dependencies and drop old Android versions

This commit is contained in:
Sergey Solovyev 2017-05-25 15:16:37 +02:00
parent bc87025da2
commit 6297ec5b90
4 changed files with 5 additions and 7 deletions

View File

@ -61,7 +61,6 @@ android {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
buildToolsVersion '25.0.0'
}
dependencies {
@ -86,7 +85,7 @@ dependencies {
compile "com.google.android.gms:play-services-base:${versions.gpsLib}"
compile "com.google.android.gms:play-services-analytics:${versions.gpsLib}"
compile(name: 'plotter', ext: 'aar')
compile 'com.google.guava:guava:19.0'
compile 'com.google.guava:guava:20.0'
compile('org.simpleframework:simple-xml:2.6.1') {
exclude(module: 'stax')
exclude(module: 'stax-api')

View File

@ -8,9 +8,9 @@ buildscript {
}
ext {
versions = [supportLib: "24.2.0",
gpsLib : "9.4.0",
sdk : [compile: 25, buildTools: "25.0.3", min: 9, target: 25]]
versions = [supportLib: "25.3.1",
gpsLib : "10.2.6",
sdk : [compile: 25, buildTools: "25.0.3", min: 19, target: 25]]
}
}

View File

@ -15,7 +15,6 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
buildToolsVersion '25.0.0'
}
dependencies {

View File

@ -26,7 +26,7 @@ dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.google.code.findbugs:annotations:2.0.1'
compile 'xerces:xercesImpl:2.8.0'
compile 'com.google.guava:guava:19.0'
compile 'com.google.guava:guava:20.0'
testCompile 'junit:junit:4.12'
testCompile 'net.sf.opencsv:opencsv:2.0'