Skip to content

Commit d971911

Browse files
authored
Merge pull request #1003 from mendix/moo/moo-1860-gradleError-10.18
fixed an issue by updating playServicesVersion [10.18]
2 parents c7185a9 + d75f7d3 commit d971911

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

android/app/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,11 @@ dependencies {
141141
configurations.all {
142142
resolutionStrategy {
143143
force "androidx.annotation:annotation:1.1.0"
144+
force(
145+
"com.google.android.gms:play-services-base:18.6.0",
146+
"com.google.android.gms:play-services-basement:18.6.0",
147+
"com.google.android.gms:play-services-tasks:18.2.1"
148+
)
144149
}
145150
}
146151

0 commit comments

Comments
 (0)