Update dependencies
This commit is contained in:
parent
c68e30e142
commit
3fa41abf54
@ -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"
|
||||
|
@ -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'
|
||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user