We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3ed57 commit 56b1420Copy full SHA for 56b1420
Runtime/AndroidBuildSettings/2022.3/Plugins/Android/mainTemplate.gradle
@@ -12,6 +12,8 @@ dependencies {
12
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.10.0'
13
runtimeOnly group: 'com.squareup.okio', name: 'okio-jvm', version: '3.4.0'
14
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'
17
18
**DEPS**}
19
0 commit comments