Skip to content

Commit cbe2533

Browse files
committed
updated dependencies for sup deps
1 parent d7c4f5e commit cbe2533

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

android/app/build.gradle

+5
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,11 @@ dependencies {
163163
configurations.all {
164164
resolutionStrategy {
165165
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+
)
166171
}
167172
}
168173

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
kotlin_version = "1.7.21"
1111
excludeAppGlideModule = true
1212
androidx_lifecycle_version = "2.3.1"
13-
playServicesVersion = "18.6.0"
13+
playServicesVersion = "18+"
1414
firebaseMessagingVersion = "21.0.0"
1515
androidXCore = "1.6.0"
1616
androidXBrowser = "1.2.0"

0 commit comments

Comments
 (0)