From a1d9940392e96311bd86410d2bd3c0416a91afd7 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Mon, 3 Feb 2025 16:26:45 +0000 Subject: [PATCH] [0.76] Bump Kotlin to 1.9.25 inside template --- template/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/android/build.gradle b/template/android/build.gradle index a9ea023..7a01913 100644 --- a/template/android/build.gradle +++ b/template/android/build.gradle @@ -5,7 +5,7 @@ buildscript { compileSdkVersion = 35 targetSdkVersion = 34 ndkVersion = "26.1.10909125" - kotlinVersion = "1.9.24" + kotlinVersion = "1.9.25" } repositories { google()