mirror of
https://github.com/samsonjs/media.git
synced 2026-03-29 10:05:48 +00:00
Upgrade dependency versions
PiperOrigin-RevId: 261341256
This commit is contained in:
parent
f2cff05c69
commit
f3e5aaae3d
3 changed files with 3 additions and 3 deletions
|
|
@ -31,7 +31,7 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
api 'com.google.android.gms:play-services-cast-framework:16.2.0'
|
||||
api 'com.google.android.gms:play-services-cast-framework:17.0.0'
|
||||
implementation 'androidx.annotation:annotation:1.0.2'
|
||||
implementation project(modulePrefix + 'library-core')
|
||||
implementation project(modulePrefix + 'library-ui')
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
api 'org.chromium.net:cronet-embedded:73.3683.76'
|
||||
api 'org.chromium.net:cronet-embedded:75.3770.101'
|
||||
implementation project(modulePrefix + 'library-core')
|
||||
implementation 'androidx.annotation:annotation:1.0.2'
|
||||
testImplementation project(modulePrefix + 'library')
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ android {
|
|||
|
||||
dependencies {
|
||||
implementation project(modulePrefix + 'library-core')
|
||||
implementation 'androidx.work:work-runtime:2.0.1'
|
||||
implementation 'androidx.work:work-runtime:2.1.0'
|
||||
}
|
||||
|
||||
ext {
|
||||
|
|
|
|||
Loading…
Reference in a new issue