Update cronet and workmanager dependencies

PiperOrigin-RevId: 266803888
This commit is contained in:
olly 2019-09-02 19:51:17 +01:00 committed by Toni
parent bb89f69bbb
commit 52edbaa9a3
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ android {
}
dependencies {
api 'org.chromium.net:cronet-embedded:75.3770.101'
api 'org.chromium.net:cronet-embedded:76.3809.111'
implementation project(modulePrefix + 'library-core')
implementation 'androidx.annotation:annotation:' + androidxAnnotationVersion
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.1.0'
implementation 'androidx.work:work-runtime:2.2.0'
}
ext {