Skip to content

Commit f7f0e99

Browse files
Merge pull request #96 from mrsumanbiswas/main
still need few fix!
2 parents b5ff1e1 + 06f9c94 commit f7f0e99

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

mobile/android/app/build.gradle.kts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ plugins {
44
id("org.jetbrains.kotlin.android")
55
}
66

7+
configurations.all {
8+
exclude(group = "com.google.android.play", module = "core")
9+
exclude(group = "com.google.android.play", module = "core-common")
10+
exclude(group = "com.google.android.play", module = "feature-delivery")
11+
exclude(group = "com.google.android.play", module = "app-update")
12+
}
13+
714
configure<com.android.build.api.dsl.ApplicationExtension> {
815
namespace = "in.commandlinecoding.elephant"
916
compileSdk = flutter.compileSdkVersion

0 commit comments

Comments
 (0)