Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SailReal committed May 16, 2022
1 parent c68e30e commit 3fa41ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions buildsystem/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
/*
Expand All @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3fa41ab

Please sign in to comment.