Skip to content

Commit 56b1420

Browse files
committed
add missing play services references to android/gradle build files
1 parent df3ed57 commit 56b1420

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Runtime/AndroidBuildSettings/2022.3/Plugins/Android/mainTemplate.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ dependencies {
1212
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.10.0'
1313
runtimeOnly group: 'com.squareup.okio', name: 'okio-jvm', version: '3.4.0'
1414
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
15+
implementation group: 'com.google.android.gms', name: 'play-services-cronet', version: '18.0.1'
16+
implementation group: 'com.google.android.gms', name: 'play-services-location', version: '20.0.0'
1517

1618
**DEPS**}
1719

0 commit comments

Comments
 (0)