Skip to content

Commit

Permalink
Update Android Gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
devemux86 committed Nov 13, 2024
1 parent 4d835a6 commit 2f22480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion vtm-android-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2f22480

Please sign in to comment.