Update dependencies
This commit is contained in:
parent
c14e93e25d
commit
45383397bc
@ -16,6 +16,7 @@ allprojects {
|
||||
ext.androidBuildVersionTools = "25.0.3"
|
||||
ext.gdxVersion = "1.9.6"
|
||||
ext.gwtVersion = "2.8.0"
|
||||
ext.slf4jVersion = "1.7.25"
|
||||
|
||||
if (JavaVersion.current().isJava8Compatible()) {
|
||||
tasks.withType(Javadoc) {
|
||||
|
@ -10,7 +10,7 @@ Current version is [
|
||||
compile project(':vtm-extras')
|
||||
compile 'com.noveogroup.android:android-logger:1.3.6'
|
||||
compile 'com.squareup.okhttp3:okhttp:3.6.0'
|
||||
compile 'com.squareup.okhttp3:okhttp:3.8.0'
|
||||
}
|
||||
|
||||
android {
|
||||
|
@ -3,7 +3,7 @@ apply plugin: 'maven'
|
||||
|
||||
dependencies {
|
||||
compile project(':vtm')
|
||||
compile 'com.squareup.okhttp3:okhttp:3.6.0'
|
||||
compile 'com.squareup.okhttp3:okhttp:3.8.0'
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
@ -33,7 +33,7 @@ dependencies {
|
||||
compile "com.badlogicgames.gdx:gdx-backend-robovm:$gdxVersion"
|
||||
compile "com.mobidevelop.robovm:robovm-rt:$roboVMVersion"
|
||||
compile "com.mobidevelop.robovm:robovm-cocoatouch:$roboVMVersion"
|
||||
compile 'org.slf4j:slf4j-simple:1.7.21'
|
||||
compile "org.slf4j:slf4j-simple:$slf4jVersion"
|
||||
}
|
||||
|
||||
task copyVtmResources(type: Copy) {
|
||||
|
@ -6,7 +6,7 @@ dependencies {
|
||||
compile project(':vtm-http')
|
||||
compile project(':vtm-jeo')
|
||||
compile project(':vtm-jts')
|
||||
compile 'org.slf4j:slf4j-simple:1.7.21'
|
||||
compile "org.slf4j:slf4j-simple:$slf4jVersion"
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
@ -2,12 +2,12 @@ apply plugin: 'java'
|
||||
|
||||
dependencies {
|
||||
compile project(':vtm-http')
|
||||
compile 'com.squareup.okhttp3:okhttp:3.6.0'
|
||||
testCompile 'com.squareup.okhttp3:mockwebserver:3.6.0'
|
||||
compile 'com.squareup.okhttp3:okhttp:3.8.0'
|
||||
testCompile 'com.squareup.okhttp3:mockwebserver:3.8.0'
|
||||
testCompile 'junit:junit:4.12'
|
||||
testCompile 'org.easytesting:fest-assert-core:2.0M10'
|
||||
testCompile 'org.mockito:mockito-all:1.10.19'
|
||||
testCompile 'org.slf4j:slf4j-simple:1.7.21'
|
||||
testCompile "org.slf4j:slf4j-simple:$slf4jVersion"
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
@ -21,7 +21,7 @@ dependencies {
|
||||
providedCompile "com.badlogicgames.gdx:gdx:$gdxVersion:sources"
|
||||
providedCompile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion:sources"
|
||||
providedCompile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion"
|
||||
providedCompile 'org.slf4j:slf4j-api:1.7.21'
|
||||
providedCompile "org.slf4j:slf4j-api:$slf4jVersion"
|
||||
providedCompile 'ru.finam:slf4j-gwt:1.7.7.1'
|
||||
}
|
||||
|
||||
|
@ -22,7 +22,7 @@ dependencies {
|
||||
providedCompile "com.badlogicgames.gdx:gdx:$gdxVersion:sources"
|
||||
providedCompile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion:sources"
|
||||
providedCompile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion"
|
||||
providedCompile 'org.slf4j:slf4j-api:1.7.21'
|
||||
providedCompile "org.slf4j:slf4j-api:$slf4jVersion"
|
||||
providedCompile 'org.timepedia.exporter:gwtexporter:2.5.1'
|
||||
providedCompile 'ru.finam:slf4j-gwt:1.7.7.1'
|
||||
}
|
||||
|
@ -21,7 +21,7 @@ dependencies {
|
||||
compile "com.badlogicgames.gdx:gdx:$gdxVersion:sources"
|
||||
compile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion:sources"
|
||||
compile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion"
|
||||
compile 'org.slf4j:slf4j-api:1.7.21'
|
||||
compile "org.slf4j:slf4j-api:$slf4jVersion"
|
||||
compile 'ru.finam:slf4j-gwt:1.7.7.1'
|
||||
}
|
||||
|
||||
|
@ -2,7 +2,7 @@ apply plugin: 'java'
|
||||
apply plugin: 'maven'
|
||||
|
||||
dependencies {
|
||||
compile 'org.slf4j:slf4j-api:1.7.21'
|
||||
compile "org.slf4j:slf4j-api:$slf4jVersion"
|
||||
compileOnly 'com.google.code.findbugs:jsr305:3.0.1'
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user