Merge branch 'develop' into AndroidAuto2
This commit is contained in:
commit
635ea2f55e
|
@ -6,7 +6,7 @@ ext.versions = [
|
||||||
gradle : '7.0',
|
gradle : '7.0',
|
||||||
|
|
||||||
navigation : "2.3.5",
|
navigation : "2.3.5",
|
||||||
gradlePlugin : "4.2.0",
|
gradlePlugin : "4.2.2",
|
||||||
androidxcore : "1.5.0",
|
androidxcore : "1.5.0",
|
||||||
ktlint : "0.37.1",
|
ktlint : "0.37.1",
|
||||||
ktlintGradle : "9.2.1",
|
ktlintGradle : "9.2.1",
|
||||||
|
@ -17,11 +17,11 @@ ext.versions = [
|
||||||
|
|
||||||
androidSupport : "28.0.0",
|
androidSupport : "28.0.0",
|
||||||
androidLegacySupport : "1.0.0",
|
androidLegacySupport : "1.0.0",
|
||||||
androidSupportDesign : "1.3.0",
|
androidSupportDesign : "1.4.0",
|
||||||
constraintLayout : "2.0.4",
|
constraintLayout : "2.0.4",
|
||||||
multidex : "2.0.1",
|
multidex : "2.0.1",
|
||||||
room : "2.3.0",
|
room : "2.3.0",
|
||||||
kotlin : "1.5.10",
|
kotlin : "1.5.20",
|
||||||
kotlinxCoroutines : "1.5.0-native-mt",
|
kotlinxCoroutines : "1.5.0-native-mt",
|
||||||
viewModelKtx : "2.2.0",
|
viewModelKtx : "2.2.0",
|
||||||
|
|
||||||
|
@ -38,8 +38,8 @@ ext.versions = [
|
||||||
mockitoKotlin : "3.2.0",
|
mockitoKotlin : "3.2.0",
|
||||||
kluent : "1.64",
|
kluent : "1.64",
|
||||||
apacheCodecs : "1.15",
|
apacheCodecs : "1.15",
|
||||||
robolectric : "4.5.1",
|
robolectric : "4.6.1",
|
||||||
dexter : "6.2.2",
|
dexter : "6.2.3",
|
||||||
timber : "4.7.1",
|
timber : "4.7.1",
|
||||||
fastScroll : "2.0.1",
|
fastScroll : "2.0.1",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue