Update dependencies

This commit is contained in:
Julian Raufelder 2022-05-03 11:11:33 +02:00
parent e0b1ee83ae
commit 0f05400353
No known key found for this signature in database
GPG Key ID: 17EE71F6634E381D
6 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@ apply from: 'buildsystem/dependencies.gradle'
apply plugin: "com.vanniktech.android.junit.jacoco" apply plugin: "com.vanniktech.android.junit.jacoco"
buildscript { buildscript {
ext.kotlin_version = '1.6.20' ext.kotlin_version = '1.6.21'
repositories { repositories {
mavenCentral() mavenCentral()
google() google()

View File

@ -53,7 +53,7 @@ ext {
timberVersion = '5.0.1' timberVersion = '5.0.1'
zxcvbnVersion = '1.6.0' zxcvbnVersion = '1.7.0'
scaleImageViewVersion = '3.10.0' scaleImageViewVersion = '3.10.0'
@ -69,17 +69,17 @@ ext {
googleApiServicesVersion = 'v3-rev20220110-1.32.1' googleApiServicesVersion = 'v3-rev20220110-1.32.1'
googlePlayServicesVersion = '19.2.0' googlePlayServicesVersion = '19.2.0'
googleClientVersion = '1.33.4' // keep in sync with https://github.com/SailReal/google-http-java-client googleClientVersion = '1.34.0' // keep in sync with https://github.com/SailReal/google-http-java-client
/* /*
update using https://github.com/SailReal/google-http-java-client with `mvn clean install`, update using https://github.com/SailReal/google-http-java-client with `mvn clean install`,
copying `google-http-client-*.jar` and `google-http-client-android-*.jar` into the lib folder of this project copying `google-http-client-*.jar` and `google-http-client-android-*.jar` into the lib folder of this project
*/ */
trackingFreeGoogleCLientVersion = '1.41.5' trackingFreeGoogleCLientVersion = '1.41.7'
msgraphVersion = '5.19.0' msgraphVersion = '5.22.0'
msgraphAuthVersion = '3.0.2' msgraphAuthVersion = '3.0.2'
minIoVersion = '8.3.8' minIoVersion = '8.3.9'
staxVersion = '1.2.0' // needed for minIO staxVersion = '1.2.0' // needed for minIO
commonsCodecVersion = '1.15' commonsCodecVersion = '1.15'
@ -90,7 +90,7 @@ ext {
jUnitVersion = '5.8.2' jUnitVersion = '5.8.2'
assertJVersion = '1.7.1' assertJVersion = '1.7.1'
mockitoVersion = '4.4.0' mockitoVersion = '4.5.1'
mockitoKotlinVersion = '4.0.0' mockitoKotlinVersion = '4.0.0'
hamcrestVersion = '1.3' hamcrestVersion = '1.3'
dexmakerVersion = '1.0' dexmakerVersion = '1.0'
@ -111,7 +111,7 @@ ext {
androidxBiometricVersion = '1.1.0' androidxBiometricVersion = '1.1.0'
androidxTestCoreVersion = '1.4.0' androidxTestCoreVersion = '1.4.0'
jsonWebTokenApiVersion = '0.11.2' jsonWebTokenApiVersion = '0.11.5'
dependencies = [ dependencies = [
android : "com.google.android:android:${androidVersion}", android : "com.google.android:android:${androidVersion}",

Binary file not shown.

Binary file not shown.