We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c4f5e commit cbe2533Copy full SHA for cbe2533
android/app/build.gradle
@@ -163,6 +163,11 @@ dependencies {
163
configurations.all {
164
resolutionStrategy {
165
force "androidx.annotation:annotation:1.1.0"
166
+ force(
167
+ "com.google.android.gms:play-services-base:18.6.0",
168
+ "com.google.android.gms:play-services-basement:18.6.0",
169
+ "com.google.android.gms:play-services-tasks:18.2.1"
170
+ )
171
}
172
173
android/build.gradle
@@ -10,7 +10,7 @@ buildscript {
10
kotlin_version = "1.7.21"
11
excludeAppGlideModule = true
12
androidx_lifecycle_version = "2.3.1"
13
- playServicesVersion = "18.6.0"
+ playServicesVersion = "18+"
14
firebaseMessagingVersion = "21.0.0"
15
androidXCore = "1.6.0"
16
androidXBrowser = "1.2.0"
0 commit comments