Update dependencies

This commit is contained in:
Julian Raufelder 2022-05-16 14:19:07 +02:00
parent c68e30e142
commit 3fa41abf54
No known key found for this signature in database
GPG Key ID: 17EE71F6634E381D
3 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.3'
classpath 'com.android.tools.build:gradle:7.2.0'
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

@ -67,7 +67,7 @@ ext {
dropboxVersion = '5.2.0'
googleApiServicesVersion = 'v3-rev20220110-1.32.1'
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
/*
@ -76,10 +76,10 @@ ext {
*/
trackingFreeGoogleCLientVersion = '1.41.8'
msgraphVersion = '5.23.0'
msgraphVersion = '5.24.0'
msgraphAuthVersion = '3.0.2'
minIoVersion = '8.4.0'
minIoVersion = '8.4.1'
staxVersion = '1.2.0' // needed for minIO
commonsCodecVersion = '1.15'

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists