Update Android libs
This commit is contained in:
parent
d80e4fdabc
commit
ed8f03122b
@ -7,7 +7,7 @@ android:
|
|||||||
- tools
|
- tools
|
||||||
- platform-tools
|
- platform-tools
|
||||||
- tools
|
- tools
|
||||||
- build-tools-26.0.1
|
- build-tools-26.0.2
|
||||||
- android-26
|
- android-26
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
@ -13,7 +13,7 @@ allprojects {
|
|||||||
version = 'master-SNAPSHOT'
|
version = 'master-SNAPSHOT'
|
||||||
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
|
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
|
||||||
|
|
||||||
ext.androidBuildVersionTools = "26.0.1"
|
ext.androidBuildVersionTools = "26.0.2"
|
||||||
ext.gdxVersion = "1.9.6"
|
ext.gdxVersion = "1.9.6"
|
||||||
ext.gwtVersion = "2.8.0"
|
ext.gwtVersion = "2.8.0"
|
||||||
ext.slf4jVersion = "1.7.25"
|
ext.slf4jVersion = "1.7.25"
|
||||||
|
@ -14,7 +14,7 @@ dependencies {
|
|||||||
compile project(':vtm-jts')
|
compile project(':vtm-jts')
|
||||||
compile project(':vtm-themes')
|
compile project(':vtm-themes')
|
||||||
compile 'com.noveogroup.android:android-logger:1.3.6'
|
compile 'com.noveogroup.android:android-logger:1.3.6'
|
||||||
compile 'com.android.support:support-v4:26.0.0'
|
compile 'com.android.support:support-v4:26.1.0'
|
||||||
|
|
||||||
compile 'org.mapsforge:mapsforge-core:master-SNAPSHOT'
|
compile 'org.mapsforge:mapsforge-core:master-SNAPSHOT'
|
||||||
compile 'org.mapsforge:mapsforge-poi:master-SNAPSHOT'
|
compile 'org.mapsforge:mapsforge-poi:master-SNAPSHOT'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user