Update dependencies

This commit is contained in:
Julian Raufelder 2021-02-03 16:16:52 +01:00
parent dc8f2f0333
commit 0a76b8bcd3
No known key found for this signature in database
GPG Key ID: 17EE71F6634E381D
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ apply from: 'buildsystem/dependencies.gradle'
apply plugin: "com.vanniktech.android.junit.jacoco"
buildscript {
ext.kotlin_version = '1.4.21'
ext.kotlin_version = '1.4.30'
repositories {
jcenter()
mavenCentral()

View File

@ -38,7 +38,7 @@ ext {
timberVersion = '4.7.1'
zxcvbnVersion = '1.3.4'
zxcvbnVersion = '1.3.5'
scaleImageViewVersion = '3.10.0'
@ -58,7 +58,7 @@ ext {
googlePlayServicesVersion = '19.0.0'
googleClientVersion = '1.31.2'
msgraphVersion = '2.5.0'
msgraphVersion = '2.6.0'
msaAuthVersion = '0.10.0'
commonsCodecVersion = '1.15'
@ -88,7 +88,7 @@ ext {
androidxPreferenceVersion = '1.0.0' // 1.1.0 and 1.1.2 does have a bug with the text size
androidxRecyclerViewVersion = '1.1.0'
androidxDocumentfileVersion = '1.0.1'
androidxBiometricVersion = '1.0.1'
androidxBiometricVersion = '1.1.0'
androidxTestCoreVersion = '1.3.0'
jsonWebTokenApiVersion = '0.11.2'