Skip to content

Commit

Permalink
Update Android libs
Browse files Browse the repository at this point in the history
  • Loading branch information
devemux86 committed Sep 27, 2017
1 parent af2bb9d commit 662878e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ android:
- tools
- platform-tools
- tools
- build-tools-26.0.1
- build-tools-26.0.2
- android-26
env:
global:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -16,7 +16,7 @@ allprojects {
group = 'org.mapsforge'
version = 'master-SNAPSHOT'
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
ext.androidBuildVersionTools = "26.0.1"
ext.androidBuildVersionTools = "26.0.2"
ext.jUnitVersion = "4.12"

if (JavaVersion.current().isJava8Compatible()) {
Expand Down
2 changes: 1 addition & 1 deletion mapsforge-map-android-extras/build.gradle
@@ -1,4 +1,4 @@
dependencies {
compile project(":mapsforge-map-android")
provided 'com.android.support:support-v4:26.0.0'
provided 'com.android.support:support-v4:26.1.0'
}
2 changes: 1 addition & 1 deletion mapsforge-samples-android/build.gradle
Expand Up @@ -4,7 +4,7 @@ dependencies {
compile project(":mapsforge-map-android-extras")
compile project(":mapsforge-themes")
compile project(":mapsforge-poi-android")
compile 'com.android.support:support-v4:26.0.0'
compile 'com.android.support:support-v4:26.1.0'
androidTestCompile 'com.jayway.android.robotium:robotium-solo:5.6.3'
}

Expand Down

0 comments on commit 662878e

Please sign in to comment.