diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a9f55d..957d6db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Version 3.7.0 - Update and adjust to [mapscore 3.7.0](https://github.com/openmobilemaps/maps-core/releases/tag/3.7.0) +- Update to AGP 8.13.1 ## Version 3.6.0 - Update and adjust to [mapscore 3.6.0](https://github.com/openmobilemaps/maps-core/releases/tag/3.6.0) diff --git a/android/build.gradle b/android/build.gradle index ec09446..5c6a2ac 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -17,7 +17,7 @@ buildscript { } ext{ - agp_version = "8.11.0" + agp_version = "8.13.1" kotlin_version = "2.2.0" ubiqueUrl = System.getenv('UB_ARTIFACTORY_URL_ANDROID') ?: readPropertyWithDefault('ubiqueMavenUrl', '')