Update dependencies

This commit is contained in:
Julian Raufelder 2021-04-12 16:18:33 +02:00
parent f2c918b740
commit fbcbb520a4
No known key found for this signature in database
GPG Key ID: 17EE71F6634E381D
2 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@ buildscript {
classpath 'com.fernandocejas.frodo:frodo-plugin:0.8.3' classpath 'com.fernandocejas.frodo:frodo-plugin:0.8.3'
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"
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.7.0.0" classpath "de.mannodermaus.gradle.plugins:android-junit5:1.7.1.1"
} }
} }

View File

@ -26,7 +26,7 @@ ext {
rxAndroidVersion = '2.1.1' rxAndroidVersion = '2.1.1'
rxBindingVersion = '2.2.0' rxBindingVersion = '2.2.0'
daggerVersion = '2.33' daggerVersion = '2.34'
gsonVersion = '2.8.6' gsonVersion = '2.8.6'
@ -55,7 +55,7 @@ ext {
googleApiServicesVersion = 'v3-rev197-1.25.0' googleApiServicesVersion = 'v3-rev197-1.25.0'
googlePlayServicesVersion = '19.0.0' googlePlayServicesVersion = '19.0.0'
googleClientVersion = '1.31.3' googleClientVersion = '1.31.4'
msgraphVersion = '2.10.0' msgraphVersion = '2.10.0'
msaAuthVersion = '0.10.0' msaAuthVersion = '0.10.0'
@ -69,8 +69,8 @@ ext {
jUnitVersion = '5.7.1' jUnitVersion = '5.7.1'
jUnit4Version = '4.13.1' jUnit4Version = '4.13.1'
assertJVersion = '1.7.1' assertJVersion = '1.7.1'
mockitoVersion = '3.8.0' mockitoVersion = '3.9.0'
mockitoInlineVersion = '3.8.0' mockitoInlineVersion = '3.9.0'
hamcrestVersion = '1.3' hamcrestVersion = '1.3'
dexmakerVersion = '1.0' dexmakerVersion = '1.0'
espressoVersion = '3.3.0' espressoVersion = '3.3.0'
@ -85,7 +85,7 @@ ext {
androidxViewpagerVersion = '1.0.0' androidxViewpagerVersion = '1.0.0'
androidxSwiperefreshVersion = '1.1.0' androidxSwiperefreshVersion = '1.1.0'
androidxPreferenceVersion = '1.0.0' // 1.1.0 and 1.1.2 does have a bug with the text size androidxPreferenceVersion = '1.0.0' // 1.1.0 and 1.1.2 does have a bug with the text size
androidxRecyclerViewVersion = '1.1.0' androidxRecyclerViewVersion = '1.2.0'
androidxDocumentfileVersion = '1.0.1' androidxDocumentfileVersion = '1.0.1'
androidxBiometricVersion = '1.1.0' androidxBiometricVersion = '1.1.0'
androidxTestCoreVersion = '1.3.0' androidxTestCoreVersion = '1.3.0'