Update dependencies

This commit is contained in:
Julian Raufelder 2022-04-11 14:52:13 +02:00
parent 50c781690d
commit f039656294
No known key found for this signature in database
GPG Key ID: 17EE71F6634E381D
2 changed files with 6 additions and 6 deletions

View File

@ -2,13 +2,13 @@ apply from: 'buildsystem/dependencies.gradle'
apply plugin: "com.vanniktech.android.junit.jacoco"
buildscript {
ext.kotlin_version = '1.6.10'
ext.kotlin_version = '1.6.20'
repositories {
mavenCentral()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.2'
classpath 'com.android.tools.build:gradle:7.1.3'
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"

View File

@ -53,7 +53,7 @@ ext {
timberVersion = '5.0.1'
zxcvbnVersion = '1.5.2'
zxcvbnVersion = '1.6.0'
scaleImageViewVersion = '3.10.0'
@ -65,7 +65,7 @@ ext {
// cloud provider libs
cryptolibVersion = '2.0.2'
dropboxVersion = '5.1.1'
dropboxVersion = '5.2.0'
googleApiServicesVersion = 'v3-rev20220110-1.32.1'
googlePlayServicesVersion = '19.2.0'
@ -76,10 +76,10 @@ ext {
*/
trackingFreeGoogleCLientVersion = '1.41.5'
msgraphVersion = '5.17.0'
msgraphVersion = '5.19.0'
msgraphAuthVersion = '3.0.2'
minIoVersion = '8.3.7'
minIoVersion = '8.3.8'
staxVersion = '1.2.0' // needed for minIO
commonsCodecVersion = '1.15'