diff --git a/vtm-android-example/build.gradle b/vtm-android-example/build.gradle index 99fed70a..96b02406 100644 --- a/vtm-android-example/build.gradle +++ b/vtm-android-example/build.gradle @@ -7,7 +7,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:25.0.0' + compile 'com.android.support:support-v4:25.0.1' } android {