diff --git a/app/build.gradle b/app/build.gradle index f8827dd49..2115c8f4d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' } diff --git a/signing/build.gradle b/signing/build.gradle index f8ebecd19..4c2b5dae1 100644 --- a/signing/build.gradle +++ b/signing/build.gradle @@ -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}" }