From 834d6dcf46af12bb1da19dced6a52c693f634e21 Mon Sep 17 00:00:00 2001
From: gd <gd@iotide.com>
Date: Mon, 3 Feb 2025 23:07:42 +0200
Subject: [PATCH] android: build version of kotlin and compose updated.

Changed to compatible versions according to https://developer.android.com/jetpack/androidx/releases/compose-kotlin#kts
---
 android/app/build.gradle.kts | 2 +-
 android/build.gradle.kts     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts
index 4d28f2b25..531795391 100644
--- a/android/app/build.gradle.kts
+++ b/android/app/build.gradle.kts
@@ -31,7 +31,7 @@ android {
     }
 
     composeOptions {
-        kotlinCompilerExtensionVersion = "1.5.7"
+        kotlinCompilerExtensionVersion = "1.5.10"
     }
 
     buildTypes {
diff --git a/android/build.gradle.kts b/android/build.gradle.kts
index 825708fd0..b14a8118a 100644
--- a/android/build.gradle.kts
+++ b/android/build.gradle.kts
@@ -1,7 +1,7 @@
 // Top-level build file where you can add configuration options common to all sub-projects/modules.
 plugins {
     id("com.android.application") version "8.5.2" apply false
-    id("org.jetbrains.kotlin.android") version "1.9.21" apply false
+    id("org.jetbrains.kotlin.android") version "1.9.22" apply false
     id("com.google.devtools.ksp") version "1.9.22-1.0.16" apply false
     id("com.google.dagger.hilt.android") version "2.49" apply false
 }
\ No newline at end of file