mirror of https://github.com/androidx/media
Bump okhttp dependency to 4.12
Issue: androidx/media#768 PiperOrigin-RevId: 577208115
This commit is contained in:
parent
5b0be4e8b0
commit
e8cca688ad
|
@ -57,7 +57,7 @@ project.ext {
|
||||||
androidxTestServicesStorageVersion = '1.4.2'
|
androidxTestServicesStorageVersion = '1.4.2'
|
||||||
androidxTestTruthVersion = '1.5.0'
|
androidxTestTruthVersion = '1.5.0'
|
||||||
truthVersion = '1.1.3'
|
truthVersion = '1.1.3'
|
||||||
okhttpVersion = '4.11.0'
|
okhttpVersion = '4.12.0'
|
||||||
modulePrefix = ':'
|
modulePrefix = ':'
|
||||||
if (gradle.ext.has('androidxMediaModulePrefix')) {
|
if (gradle.ext.has('androidxMediaModulePrefix')) {
|
||||||
modulePrefix += gradle.ext.androidxMediaModulePrefix
|
modulePrefix += gradle.ext.androidxMediaModulePrefix
|
||||||
|
|
Loading…
Reference in New Issue