diff --git a/08_maps/android/build.gradle b/08_maps/android/build.gradle index 93bc5e17d..8e41e880e 100644 --- a/08_maps/android/build.gradle +++ b/08_maps/android/build.gradle @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = "2.2.10" + ext.kotlin_version = "2.2.20" ext.android_gradle_version = "8.12.1" }