This commit is contained in:
Tomas Dvorak
2026-01-04 17:28:01 +01:00
parent 37ffb93923
commit 71af3a0828
15 changed files with 103 additions and 147 deletions
+5 -4
View File
@@ -1,7 +1,7 @@
plugins {
id("com.android.application")
id("kotlin-android")
// id("com.google.gms.google-services")
id("com.google.gms.google-services")
// The Flutter Gradle Plugin must be applied after the Android and Kotlin Gradle plugins.
id("dev.flutter.flutter-gradle-plugin")
}
@@ -54,8 +54,9 @@ flutter {
dependencies {
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.4")
implementation("com.google.android.gms:play-services-auth:20.7.0")
}
configurations.all {
exclude(group = "com.aboutyou.dart_packages", module = "sign_in_with_apple")
}
// configurations.all {
// exclude(group = "com.aboutyou.dart_packages", module = "sign_in_with_apple")
// }