|
|
|
@ -1,8 +1,8 @@ |
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules. |
|
|
|
buildscript { |
|
|
|
ext.android_plugin_version = '4.1.1' |
|
|
|
ext.kotlin_version = '1.4.10' |
|
|
|
ext.kotlinx_version = '1.3.6' |
|
|
|
ext.kotlin_version = '1.4.20' |
|
|
|
ext.kotlinx_version = '1.4.1' |
|
|
|
repositories { |
|
|
|
flatDir dirs: "gradle/plugins" |
|
|
|
google() |
|
|
|
@ -42,24 +42,24 @@ ext { |
|
|
|
targetSdkVersion = 29 |
|
|
|
compileSdkVersion = 29 |
|
|
|
androidxLegacyVersion = '1.0.0' |
|
|
|
androidxCoreVersion = '1.3.0' |
|
|
|
lifecycleVersion = '2.2.0' |
|
|
|
androidxCoreVersion = '1.3.2' |
|
|
|
appCompatVersion = '1.2.0' |
|
|
|
lifecycleVersion = '2.3.0' |
|
|
|
androidxPreferencesVersion = '1.1.1' |
|
|
|
androidxVersion = '1.1.0' |
|
|
|
androidxActivityVersion = '1.1.0' |
|
|
|
androidxFragmentVersion = '1.2.4' |
|
|
|
androidxActivityVersion = '1.2.0' |
|
|
|
androidxFragmentVersion = '1.3.0' |
|
|
|
androidxAnnotationVersion = '1.1.0' |
|
|
|
androidxAppcompatVersion = '1.1.0' |
|
|
|
androidxRecyclerviewVersion = '1.1.0' |
|
|
|
androidxMediaVersion = '1.1.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 |
|
|
|
// if so, revert application/vlc-android/res/values[-v21]/styles.xml -> AppModalStyle |
|
|
|
androidxMaterialVersion = '1.1.0' |
|
|
|
constraintLayoutVersion = '1.1.3' |
|
|
|
androidxMaterialVersion = '1.3.0' |
|
|
|
constraintLayoutVersion = '2.0.4' |
|
|
|
viewPager2Version = "1.0.0" |
|
|
|
archVersion = '2.1.0' |
|
|
|
roomVersion = '2.2.5' |
|
|
|
roomVersion = '2.2.6' |
|
|
|
pagingVersion = '2.1.2' |
|
|
|
junitVersion = '4.13' |
|
|
|
mockito = '2.25.0' |
|
|
|
|