Skip to content

Commit

Permalink
Update Android support library
Browse files Browse the repository at this point in the history
  • Loading branch information
devemux86 committed Feb 22, 2017
1 parent d90d79b commit 07d033a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mapsforge-map-android-extras/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies {
compile project(":mapsforge-map-android")
provided 'com.android.support:support-v4:25.1.1'
provided 'com.android.support:support-v4:25.2.0'
}
2 changes: 1 addition & 1 deletion mapsforge-samples-android/build.gradle
Original file line number Diff line number Diff line change
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:25.1.1'
compile 'com.android.support:support-v4:25.2.0'
androidTestCompile 'com.jayway.android.robotium:robotium-solo:5.6.3'
}

Expand Down

0 comments on commit 07d033a

Please sign in to comment.