Commit 41134466 authored by topjohnwu's avatar topjohnwu

Upgrade dependencies

parent 8f077474
...@@ -77,7 +77,7 @@ dependencies { ...@@ -77,7 +77,7 @@ dependencies {
implementation "org.koin:koin-android:${vKoin}" implementation "org.koin:koin-android:${vKoin}"
implementation "org.koin:koin-androidx-viewmodel:${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:retrofit:${vRetrofit}"
implementation "com.squareup.retrofit2:converter-moshi:${vRetrofit}" implementation "com.squareup.retrofit2:converter-moshi:${vRetrofit}"
implementation "com.squareup.retrofit2:converter-scalars:${vRetrofit}" implementation "com.squareup.retrofit2:converter-scalars:${vRetrofit}"
...@@ -111,5 +111,5 @@ dependencies { ...@@ -111,5 +111,5 @@ dependencies {
implementation 'androidx.work:work-runtime:2.1.0' implementation 'androidx.work:work-runtime:2.1.0'
implementation 'androidx.transition:transition:1.2.0-beta01' implementation 'androidx.transition:transition:1.2.0-beta01'
implementation 'androidx.multidex:multidex:2.0.1' 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'
} }
...@@ -34,7 +34,7 @@ repositories { ...@@ -34,7 +34,7 @@ repositories {
dependencies { dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs') implementation fileTree(include: ['*.jar'], dir: 'libs')
def bcVer = '1.61' def bcVer = '1.62'
api "org.bouncycastle:bcprov-jdk15on:${bcVer}" api "org.bouncycastle:bcprov-jdk15on:${bcVer}"
api "org.bouncycastle:bcpkix-jdk15on:${bcVer}" api "org.bouncycastle:bcpkix-jdk15on:${bcVer}"
} }
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 to comment