Update Android libs

This commit is contained in:
Emux 2017-09-27 09:51:33 +03:00
parent d80e4fdabc
commit ed8f03122b
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ android:
- tools
- platform-tools
- tools
- build-tools-26.0.1
- build-tools-26.0.2
- android-26
env:
global:

View File

@ -13,7 +13,7 @@ allprojects {
version = 'master-SNAPSHOT'
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
ext.androidBuildVersionTools = "26.0.1"
ext.androidBuildVersionTools = "26.0.2"
ext.gdxVersion = "1.9.6"
ext.gwtVersion = "2.8.0"
ext.slf4jVersion = "1.7.25"

View File

@ -14,7 +14,7 @@ dependencies {
compile project(':vtm-jts')
compile project(':vtm-themes')
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-poi:master-SNAPSHOT'