From 9b94296bbed26862e61853059b17835cc525555c Mon Sep 17 00:00:00 2001 From: ChandruBtechCSE Date: Mon, 20 Jul 2026 12:54:30 +0530 Subject: [PATCH 1/2] fixed the intended file --- mobile/android/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/android/app/build.gradle.kts b/mobile/android/app/build.gradle.kts index 337ec98..0dce4de 100644 --- a/mobile/android/app/build.gradle.kts +++ b/mobile/android/app/build.gradle.kts @@ -13,7 +13,7 @@ configurations.all { exclude(group = "com.google.android.play", module = "split-install") } -configure { +android { namespace = "in.commandlinecoding.elephant" compileSdk = flutter.compileSdkVersion ndkVersion = flutter.ndkVersion From 515b7e784942b9c8f7e70d72ccc6d2db35075e72 Mon Sep 17 00:00:00 2001 From: ChandruBtechCSE Date: Mon, 20 Jul 2026 12:54:47 +0530 Subject: [PATCH 2/2] updated gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f16bb15..2675ac1 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ mob/windows # Keep database data folders out of version control pgdata/ +mobile/android/.kotlin/sessions/kotlin-compiler-11697587527650162998.salive