mirror of
https://github.com/samsonjs/media.git
synced 2026-04-07 11:35:46 +00:00
Upgrade dependency versions
This commit is contained in:
parent
0d8146cbca
commit
7f885351db
2 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
api 'org.chromium.net:cronet-embedded:72.3626.96'
|
||||
api 'org.chromium.net:cronet-embedded:73.3683.76'
|
||||
implementation project(modulePrefix + 'library-core')
|
||||
implementation 'androidx.annotation:annotation:1.0.2'
|
||||
testImplementation project(modulePrefix + 'library')
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ android {
|
|||
|
||||
dependencies {
|
||||
implementation project(modulePrefix + 'library-core')
|
||||
api 'androidx.media:media:1.0.0'
|
||||
api 'androidx.media:media:1.0.1'
|
||||
}
|
||||
|
||||
ext {
|
||||
|
|
|
|||
Loading…
Reference in a new issue