Update dependencies

This commit is contained in:
Julian Raufelder 2022-06-04 19:37:48 +02:00
parent 91148d6d3e
commit 067b8eddde
No known key found for this signature in database
GPG Key ID: 17EE71F6634E381D
6 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.0'
classpath 'com.android.tools.build:gradle:7.2.1'
classpath 'org.greenrobot:greendao-gradle-plugin:3.3.0'
classpath 'com.vanniktech:gradle-android-junit-jacoco-plugin:0.16.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

View File

@ -69,14 +69,14 @@ ext {
googleApiServicesVersion = 'v3-rev20220508-1.32.1'
googlePlayServicesVersion = '19.2.0'
googleClientVersion = '1.34.1' // keep in sync with https://github.com/SailReal/google-http-java-client
googleClientVersion = '1.35.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`,
copying `google-http-client-*.jar` and `google-http-client-android-*.jar` into the lib folder of this project
*/
trackingFreeGoogleCLientVersion = '1.41.8'
msgraphVersion = '5.24.0'
msgraphVersion = '5.25.0'
msgraphAuthVersion = '3.0.2'
minIoVersion = '8.4.1'
@ -90,7 +90,7 @@ ext {
jUnitVersion = '5.8.2'
assertJVersion = '1.7.1'
mockitoVersion = '4.5.1'
mockitoVersion = '4.6.1'
mockitoKotlinVersion = '4.0.0'
hamcrestVersion = '1.3'
dexmakerVersion = '1.0'

Binary file not shown.