From 06f9c94066a4a7e22d363316ac1158eed2777a89 Mon Sep 17 00:00:00 2001 From: Suman Biswas Date: Fri, 10 Jul 2026 02:17:55 +0530 Subject: [PATCH] still need few fix! --- mobile/android/app/build.gradle.kts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mobile/android/app/build.gradle.kts b/mobile/android/app/build.gradle.kts index 7629e8b..94fe775 100644 --- a/mobile/android/app/build.gradle.kts +++ b/mobile/android/app/build.gradle.kts @@ -4,6 +4,13 @@ plugins { id("org.jetbrains.kotlin.android") } +configurations.all { + exclude(group = "com.google.android.play", module = "core") + exclude(group = "com.google.android.play", module = "core-common") + exclude(group = "com.google.android.play", module = "feature-delivery") + exclude(group = "com.google.android.play", module = "app-update") +} + configure { namespace = "in.commandlinecoding.elephant" compileSdk = flutter.compileSdkVersion