Update dependencies
This commit is contained in:
parent
91148d6d3e
commit
067b8eddde
@ -8,7 +8,7 @@ buildscript {
|
|||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
dependencies {
|
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 'org.greenrobot:greendao-gradle-plugin:3.3.0'
|
||||||
classpath 'com.vanniktech:gradle-android-junit-jacoco-plugin:0.16.0'
|
classpath 'com.vanniktech:gradle-android-junit-jacoco-plugin:0.16.0'
|
||||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||||
|
@ -69,14 +69,14 @@ ext {
|
|||||||
|
|
||||||
googleApiServicesVersion = 'v3-rev20220508-1.32.1'
|
googleApiServicesVersion = 'v3-rev20220508-1.32.1'
|
||||||
googlePlayServicesVersion = '19.2.0'
|
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`,
|
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
|
copying `google-http-client-*.jar` and `google-http-client-android-*.jar` into the lib folder of this project
|
||||||
*/
|
*/
|
||||||
trackingFreeGoogleCLientVersion = '1.41.8'
|
trackingFreeGoogleCLientVersion = '1.41.8'
|
||||||
|
|
||||||
msgraphVersion = '5.24.0'
|
msgraphVersion = '5.25.0'
|
||||||
msgraphAuthVersion = '3.0.2'
|
msgraphAuthVersion = '3.0.2'
|
||||||
|
|
||||||
minIoVersion = '8.4.1'
|
minIoVersion = '8.4.1'
|
||||||
@ -90,7 +90,7 @@ ext {
|
|||||||
|
|
||||||
jUnitVersion = '5.8.2'
|
jUnitVersion = '5.8.2'
|
||||||
assertJVersion = '1.7.1'
|
assertJVersion = '1.7.1'
|
||||||
mockitoVersion = '4.5.1'
|
mockitoVersion = '4.6.1'
|
||||||
mockitoKotlinVersion = '4.0.0'
|
mockitoKotlinVersion = '4.0.0'
|
||||||
hamcrestVersion = '1.3'
|
hamcrestVersion = '1.3'
|
||||||
dexmakerVersion = '1.0'
|
dexmakerVersion = '1.0'
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user