Commit 7f885351 by Oliver Woodman

Upgrade dependency versions

parent 0d8146cb
...@@ -31,7 +31,7 @@ android { ...@@ -31,7 +31,7 @@ android {
} }
dependencies { 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 project(modulePrefix + 'library-core')
implementation 'androidx.annotation:annotation:1.0.2' implementation 'androidx.annotation:annotation:1.0.2'
testImplementation project(modulePrefix + 'library') testImplementation project(modulePrefix + 'library')
......
...@@ -32,7 +32,7 @@ android { ...@@ -32,7 +32,7 @@ android {
dependencies { dependencies {
implementation project(modulePrefix + 'library-core') implementation project(modulePrefix + 'library-core')
api 'androidx.media:media:1.0.0' api 'androidx.media:media:1.0.1'
} }
ext { ext {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment