Upgrade dependencies

This commit is contained in:
topjohnwu 2019-08-04 15:14:14 -07:00
parent 8f07747452
commit 41134466ed
2 changed files with 3 additions and 3 deletions

View File

@ -77,7 +77,7 @@ dependencies {
implementation "org.koin:koin-android:${vKoin}"
implementation "org.koin:koin-androidx-viewmodel:${vKoin}"
def vRetrofit = "2.6.0"
def vRetrofit = '2.6.1'
implementation "com.squareup.retrofit2:retrofit:${vRetrofit}"
implementation "com.squareup.retrofit2:converter-moshi:${vRetrofit}"
implementation "com.squareup.retrofit2:converter-scalars:${vRetrofit}"
@ -111,5 +111,5 @@ dependencies {
implementation 'androidx.work:work-runtime:2.1.0'
implementation 'androidx.transition:transition:1.2.0-beta01'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'com.google.android.material:material:1.1.0-alpha08'
implementation 'com.google.android.material:material:1.1.0-alpha09'
}

View File

@ -34,7 +34,7 @@ repositories {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
def bcVer = '1.61'
def bcVer = '1.62'
api "org.bouncycastle:bcprov-jdk15on:${bcVer}"
api "org.bouncycastle:bcpkix-jdk15on:${bcVer}"
}