Upgrade dependency versions

PiperOrigin-RevId: 261341256
This commit is contained in:
olly 2019-08-02 18:05:17 +01:00 committed by Oliver Woodman
parent 818ef62fb0
commit 6f014749b3
3 changed files with 3 additions and 3 deletions

View File

@ -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')

View File

@ -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'
compileOnly 'org.checkerframework:checker-qual:' + checkerframeworkVersion

View File

@ -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 {