We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5ff1e1 + 06f9c94 commit f7f0e99Copy full SHA for f7f0e99
1 file changed
mobile/android/app/build.gradle.kts
@@ -4,6 +4,13 @@ plugins {
4
id("org.jetbrains.kotlin.android")
5
}
6
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
+
14
configure<com.android.build.api.dsl.ApplicationExtension> {
15
namespace = "in.commandlinecoding.elephant"
16
compileSdk = flutter.compileSdkVersion
0 commit comments