Update google-services-base library (#5904)
This commit is contained in:
parent
687ed5f2ff
commit
8870463ec4
|
@ -62,12 +62,8 @@ project.ext {
|
|||
exoPlayerVersion = "2.14.2"
|
||||
audioPlayerVersion = "v2.0.0"
|
||||
|
||||
// Only used for free builds. This version should be updated regularly.
|
||||
conscryptVersion = "2.5.2"
|
||||
|
||||
// Google Play build
|
||||
wearableSupportVersion = "2.6.0"
|
||||
playServicesVersion = "8.4.0"
|
||||
|
||||
//Tests
|
||||
awaitilityVersion = "3.1.6"
|
||||
|
|
|
@ -7,8 +7,10 @@ apply from: "../../playFlavor.gradle"
|
|||
dependencies {
|
||||
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
|
||||
implementation "androidx.appcompat:appcompat:$appcompatVersion"
|
||||
|
||||
implementation "com.squareup.okhttp3:okhttp:$okhttpVersion"
|
||||
|
||||
playImplementation "com.google.android.gms:play-services-base:$playServicesVersion"
|
||||
freeImplementation "org.conscrypt:conscrypt-android:$conscryptVersion"
|
||||
playImplementation 'com.google.android.gms:play-services-base:17.5.0'
|
||||
// This version should be updated regularly.
|
||||
freeImplementation 'org.conscrypt:conscrypt-android:2.5.2'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue