mirror of
https://github.com/Dvorinka/1356.git
synced 2026-06-05 04:22:55 +00:00
build
This commit is contained in:
@@ -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")
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user