Update dependencies

This commit is contained in:
Julian Raufelder 2022-05-10 12:13:39 +02:00
parent 72d8a2380d
commit 6a0a004316
No known key found for this signature in database
GPG Key ID: 17EE71F6634E381D
5 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ ext {
rxAndroidVersion = '2.1.1'
rxBindingVersion = '2.2.0'
daggerVersion = '2.41'
daggerVersion = '2.42'
gsonVersion = '2.9.0'
@ -69,12 +69,12 @@ ext {
googleApiServicesVersion = 'v3-rev20220110-1.32.1'
googlePlayServicesVersion = '19.2.0'
googleClientVersion = '1.34.0' // keep in sync with https://github.com/SailReal/google-http-java-client
googleClientVersion = '1.34.1' // 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.7'
trackingFreeGoogleCLientVersion = '1.41.8'
msgraphVersion = '5.23.0'
msgraphAuthVersion = '3.0.2'