From c021a13bdce91b09c4a2d4d4856516ccc0f1ffd2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 14:05:00 +0000 Subject: [PATCH] fix(deps): update kotlin monorepo to v1.9.25 --- example/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()