diff --git a/android/app/build.gradle b/android/app/build.gradle index fdedd5a..e148469 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -62,6 +62,12 @@ android { } } +configurations { + all { + exclude group: 'com.google.android.play', module: 'play-core' + } +} + flutter { source = "../.." }