Update dependencies

This commit is contained in:
topjohnwu 2020-03-08 22:54:10 -07:00
parent ab9442d4ae
commit 541fa5cb1f
2 changed files with 4 additions and 4 deletions

View File

@ -101,7 +101,7 @@ dependencies {
implementation "com.squareup.retrofit2:converter-scalars:${vRetrofit}"
implementation "com.squareup.retrofit2:adapter-rxjava2:${vRetrofit}"
def vOkHttp = '3.12.8'
def vOkHttp = '3.12.10'
implementation("com.squareup.okhttp3:okhttp:${vOkHttp}") {
force = true
}
@ -122,12 +122,12 @@ dependencies {
implementation 'androidx.biometric:biometric:1.0.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha03'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-beta01'
implementation 'androidx.browser:browser:1.2.0'
implementation 'androidx.preference:preference:1.1.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.fragment:fragment-ktx:1.2.2'
implementation 'androidx.work:work-runtime:2.3.2'
implementation 'androidx.work:work-runtime:2.3.3'
implementation 'androidx.transition:transition:1.3.1'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.core:core-ktx:1.2.0'

View File

@ -7,7 +7,7 @@ if (configPath.exists())
configPath.withInputStream { is -> props.load(is) }
buildscript {
ext.vKotlin = '1.3.61'
ext.vKotlin = '1.3.70'
repositories {
google()