|
|
@ -1,7 +1,7 @@ |
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules. |
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules. |
|
|
buildscript { |
|
|
buildscript { |
|
|
ext.android_plugin_version = '4.1.1' |
|
|
ext.android_plugin_version = '4.1.1' |
|
|
ext.kotlin_version = '1.4.20' |
|
|
ext.kotlin_version = '1.4.31' |
|
|
ext.kotlinx_version = '1.4.1' |
|
|
ext.kotlinx_version = '1.4.1' |
|
|
repositories { |
|
|
repositories { |
|
|
flatDir dirs: "gradle/plugins" |
|
|
flatDir dirs: "gradle/plugins" |
|
|
@ -46,13 +46,13 @@ ext { |
|
|
androidxLegacyVersion = '1.0.0' |
|
|
androidxLegacyVersion = '1.0.0' |
|
|
androidxCoreVersion = '1.3.2' |
|
|
androidxCoreVersion = '1.3.2' |
|
|
appCompatVersion = '1.2.0' |
|
|
appCompatVersion = '1.2.0' |
|
|
lifecycleVersion = '2.3.0' |
|
|
lifecycleVersion = '2.3.1' |
|
|
androidxPreferencesVersion = '1.1.1' |
|
|
androidxPreferencesVersion = '1.1.1' |
|
|
androidxVersion = '1.1.0' |
|
|
androidxVersion = '1.1.0' |
|
|
androidxActivityVersion = '1.2.1' |
|
|
androidxActivityVersion = '1.2.2' |
|
|
androidxFragmentVersion = '1.3.1' |
|
|
androidxFragmentVersion = '1.3.3' |
|
|
androidxAnnotationVersion = '1.1.0' |
|
|
androidxAnnotationVersion = '1.2.0' |
|
|
androidxRecyclerviewVersion = '1.1.0' |
|
|
androidxRecyclerviewVersion = '1.2.0' |
|
|
androidxMediaVersion = '1.1.0' |
|
|
androidxMediaVersion = '1.1.0' |
|
|
androidxLeanbackVersion = '1.0.0' |
|
|
androidxLeanbackVersion = '1.0.0' |
|
|
//fixme : When we update this dep, please verify of this issue is fixed: https://github.com/material-components/material-components-android/issues/1086 |
|
|
//fixme : When we update this dep, please verify of this issue is fixed: https://github.com/material-components/material-components-android/issues/1086 |
|
|
@ -66,7 +66,8 @@ ext { |
|
|
pagingVersion = '2.1.2' |
|
|
pagingVersion = '2.1.2' |
|
|
junitVersion = '4.13' |
|
|
junitVersion = '4.13' |
|
|
mockito = '2.25.0' |
|
|
mockito = '2.25.0' |
|
|
retrofit = '2.6.1' |
|
|
//Retrofit 2.7 drops Android 5 support |
|
|
|
|
|
retrofit = '2.6.4' |
|
|
moshi = '1.8.0' |
|
|
moshi = '1.8.0' |
|
|
powerMock = '2.0.2' |
|
|
powerMock = '2.0.2' |
|
|
espressoVersion = '3.3.0' |
|
|
espressoVersion = '3.3.0' |
|
|
|