diff --git a/mapsforge-map-android-extras/build.gradle b/mapsforge-map-android-extras/build.gradle index 7220aeaf5..45b05b6bf 100644 --- a/mapsforge-map-android-extras/build.gradle +++ b/mapsforge-map-android-extras/build.gradle @@ -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' } diff --git a/mapsforge-samples-android/build.gradle b/mapsforge-samples-android/build.gradle index 90e5540b3..6992ad86b 100644 --- a/mapsforge-samples-android/build.gradle +++ b/mapsforge-samples-android/build.gradle @@ -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' }