Update dependencies
This commit is contained in:
parent
31c2599276
commit
40d8ff7d17
@ -2,13 +2,13 @@ apply from: 'buildsystem/dependencies.gradle'
|
|||||||
apply plugin: "com.vanniktech.android.junit.jacoco"
|
apply plugin: "com.vanniktech.android.junit.jacoco"
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
ext.kotlin_version = '1.6.0'
|
ext.kotlin_version = '1.6.10'
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:7.0.3'
|
classpath 'com.android.tools.build:gradle:7.0.4'
|
||||||
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"
|
||||||
|
@ -29,7 +29,7 @@ ext {
|
|||||||
rxAndroidVersion = '2.1.1'
|
rxAndroidVersion = '2.1.1'
|
||||||
rxBindingVersion = '2.2.0'
|
rxBindingVersion = '2.2.0'
|
||||||
|
|
||||||
daggerVersion = '2.40.2'
|
daggerVersion = '2.40.5'
|
||||||
|
|
||||||
gsonVersion = '2.8.9'
|
gsonVersion = '2.8.9'
|
||||||
|
|
||||||
@ -52,20 +52,20 @@ ext {
|
|||||||
// cloud provider libs
|
// cloud provider libs
|
||||||
cryptolibVersion = '2.0.2'
|
cryptolibVersion = '2.0.2'
|
||||||
|
|
||||||
dropboxVersion = '5.0.0'
|
dropboxVersion = '5.1.1'
|
||||||
|
|
||||||
googleApiServicesVersion = 'v3-rev20210919-1.32.1'
|
googleApiServicesVersion = 'v3-rev20210919-1.32.1'
|
||||||
googlePlayServicesVersion = '19.2.0'
|
googlePlayServicesVersion = '19.2.0'
|
||||||
googleClientVersion = '1.32.1' // keep in sync with https://github.com/SailReal/google-http-java-client
|
googleClientVersion = '1.33.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.40.1'
|
trackingFreeGoogleCLientVersion = '1.41.1'
|
||||||
|
|
||||||
msgraphVersion = '2.10.0'
|
msgraphVersion = '2.10.0'
|
||||||
|
|
||||||
minIoVersion = '8.3.3'
|
minIoVersion = '8.3.5'
|
||||||
staxVersion = '1.2.0' // needed for minIO
|
staxVersion = '1.2.0' // needed for minIO
|
||||||
|
|
||||||
commonsCodecVersion = '1.15'
|
commonsCodecVersion = '1.15'
|
||||||
@ -76,7 +76,7 @@ ext {
|
|||||||
|
|
||||||
jUnitVersion = '5.8.2'
|
jUnitVersion = '5.8.2'
|
||||||
assertJVersion = '1.7.1'
|
assertJVersion = '1.7.1'
|
||||||
mockitoVersion = '4.1.0'
|
mockitoVersion = '4.2.0'
|
||||||
mockitoKotlinVersion = '4.0.0'
|
mockitoKotlinVersion = '4.0.0'
|
||||||
hamcrestVersion = '1.3'
|
hamcrestVersion = '1.3'
|
||||||
dexmakerVersion = '1.0'
|
dexmakerVersion = '1.0'
|
||||||
|
Binary file not shown.
BIN
lib/google-http-client-1.41.1.jar
Normal file
BIN
lib/google-http-client-1.41.1.jar
Normal file
Binary file not shown.
Binary file not shown.
BIN
lib/google-http-client-android-1.41.1.jar
Normal file
BIN
lib/google-http-client-android-1.41.1.jar
Normal file
Binary file not shown.
@ -1 +1 @@
|
|||||||
Subproject commit 3b48a4973fddaec258edfb702fc242261d81cd1c
|
Subproject commit e930a73612d0eee17710f5a9460c9a943efb090f
|
@ -1 +1 @@
|
|||||||
Subproject commit b2db89269e8e4059a7415e0364e427e71682700d
|
Subproject commit c961559344afe200a576b2ec5288a95c06876a4d
|
Loading…
x
Reference in New Issue
Block a user