From 4c4362419e337fe2728a3c24fa0a948191c926dc Mon Sep 17 00:00:00 2001 From: Nabil Mohammed Nalakath Date: Sun, 26 Apr 2026 05:09:45 +0530 Subject: [PATCH 1/2] Upgraded kotlin version --- .gitignore | 5 +++++ android/settings.gradle.kts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 79c113f..40ce89a 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,8 @@ app.*.map.json /android/app/debug /android/app/profile /android/app/release +medium.md + +# Secure signing files +*.jks +keystore.txt diff --git a/android/settings.gradle.kts b/android/settings.gradle.kts index a439442..11662c3 100644 --- a/android/settings.gradle.kts +++ b/android/settings.gradle.kts @@ -19,7 +19,7 @@ pluginManagement { plugins { id("dev.flutter.flutter-plugin-loader") version "1.0.0" id("com.android.application") version "8.7.0" apply false - id("org.jetbrains.kotlin.android") version "1.8.22" apply false + id("org.jetbrains.kotlin.android") version "2.1.0" apply false } include(":app") From 90c291162f81b057d3f244ec3eb8d1ef4e8c2abf Mon Sep 17 00:00:00 2001 From: Nabil Mohammed Nalakath Date: Sun, 26 Apr 2026 05:18:26 +0530 Subject: [PATCH 2/2] Updated .gitignore --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 40ce89a..df890ac 100644 --- a/.gitignore +++ b/.gitignore @@ -43,7 +43,6 @@ app.*.map.json /android/app/debug /android/app/profile /android/app/release -medium.md # Secure signing files *.jks