diff --git a/example/android/build.gradle b/example/android/build.gradle index 4d0330f..41eb3fd 100644 --- a/example/android/build.gradle +++ b/example/android/build.gradle @@ -2,7 +2,7 @@ buildscript { ext { agp_version = '7.4.2' } - ext.kotlin_version = '1.9.10' + ext.kotlin_version = '1.9.25' repositories { google() mavenCentral()