remove googles crap

This commit is contained in:
unknown 2024-12-08 07:13:00 +00:00
parent a7f37ca804
commit 42cc4b8c80

View file

@ -62,6 +62,12 @@ android {
} }
} }
configurations {
all {
exclude group: 'com.google.android.play', module: 'play-core'
}
}
flutter { flutter {
source = "../.." source = "../.."
} }