diff --git a/build.gradle b/build.gradle index 641281913..dcdc25eb2 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'com.android.application' version '8.5.2' apply false + id 'com.android.application' version '8.7.2' apply false } allprojects { diff --git a/vtm-android-example/build.gradle b/vtm-android-example/build.gradle index 43aaa8f94..4218f2870 100644 --- a/vtm-android-example/build.gradle +++ b/vtm-android-example/build.gradle @@ -16,7 +16,7 @@ dependencies { implementation project(':vtm-gdx') implementation project(':vtm-gdx-poi3d') - implementation 'com.github.mapsforge.mapsforge:mapsforge-poi-android:master-SNAPSHOT' + implementation 'com.github.mapsforge.mapsforge:mapsforge-poi-android:0.22.0' } android {