Skip to content

Commit 8ec678b

Browse files
authored
Merge pull request #997 from mendix/moo/moo-1860-gradleError
fixed an issue by updating playServicesVersion
2 parents c1f48d4 + 1e75679 commit 8ec678b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

android/app/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,11 @@ dependencies {
144144
configurations.all {
145145
resolutionStrategy {
146146
force "androidx.annotation:annotation:1.1.0"
147+
force(
148+
"com.google.android.gms:play-services-base:18.6.0",
149+
"com.google.android.gms:play-services-basement:18.6.0",
150+
"com.google.android.gms:play-services-tasks:18.2.1"
151+
)
147152
}
148153
}
149154

0 commit comments

Comments
 (0)