Upgrade some dependency versions
PiperOrigin-RevId: 355508621
This commit is contained in:
parent
018493806f
commit
e345e0a5bc
@ -34,7 +34,7 @@ project.ext {
|
||||
androidxCollectionVersion = '1.1.0'
|
||||
androidxFuturesVersion = '1.1.0'
|
||||
androidxMediaVersion = '1.2.1'
|
||||
androidxMedia2Version = '1.1.0'
|
||||
androidxMedia2Version = '1.1.2'
|
||||
androidxMultidexVersion = '2.0.0'
|
||||
androidxRecyclerViewVersion = '1.1.0'
|
||||
androidxTestCoreVersion = '1.3.0'
|
||||
|
@ -14,7 +14,7 @@
|
||||
apply from: "$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
|
||||
|
||||
dependencies {
|
||||
api 'com.google.android.gms:play-services-cast-framework:18.1.0'
|
||||
api 'com.google.android.gms:play-services-cast-framework:19.0.0'
|
||||
implementation 'androidx.annotation:annotation:' + androidxAnnotationVersion
|
||||
implementation project(modulePrefix + 'library-common')
|
||||
implementation project(modulePrefix + 'library-ui')
|
||||
|
@ -17,7 +17,7 @@ apply from: "$gradle.ext.exoplayerSettingsDir/common_library_config.gradle"
|
||||
|
||||
dependencies {
|
||||
implementation project(modulePrefix + 'library-core')
|
||||
implementation 'androidx.work:work-runtime:2.4.0'
|
||||
implementation 'androidx.work:work-runtime:2.5.0'
|
||||
compileOnly 'org.jetbrains.kotlin:kotlin-annotations-jvm:' + kotlinAnnotationsVersion
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user