Update AppCompat to 1.3.x
This commit is contained in:
parent
310bb46c13
commit
fe1d69f1be
@ -121,6 +121,7 @@ dependencies {
|
|||||||
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
|
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
|
||||||
implementation "androidx.appcompat:appcompat:$appcompatVersion"
|
implementation "androidx.appcompat:appcompat:$appcompatVersion"
|
||||||
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0'
|
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0'
|
||||||
|
implementation "androidx.core:core:$coreVersion"
|
||||||
implementation 'androidx.gridlayout:gridlayout:1.0.0'
|
implementation 'androidx.gridlayout:gridlayout:1.0.0'
|
||||||
implementation "androidx.media:media:$mediaVersion"
|
implementation "androidx.media:media:$mediaVersion"
|
||||||
implementation "androidx.preference:preference:$preferenceVersion"
|
implementation "androidx.preference:preference:$preferenceVersion"
|
||||||
|
@ -39,8 +39,9 @@ subprojects {
|
|||||||
|
|
||||||
project.ext {
|
project.ext {
|
||||||
// AndroidX
|
// AndroidX
|
||||||
annotationVersion = "1.1.0"
|
annotationVersion = "1.2.0"
|
||||||
appcompatVersion = "1.2.0"
|
appcompatVersion = "1.3.1"
|
||||||
|
coreVersion = "1.5.0"
|
||||||
mediaVersion = "1.1.0"
|
mediaVersion = "1.1.0"
|
||||||
preferenceVersion = "1.1.1"
|
preferenceVersion = "1.1.1"
|
||||||
workManagerVersion = "2.3.4"
|
workManagerVersion = "2.3.4"
|
||||||
|
@ -32,6 +32,7 @@ dependencies {
|
|||||||
|
|
||||||
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
|
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
|
||||||
implementation "androidx.appcompat:appcompat:$appcompatVersion"
|
implementation "androidx.appcompat:appcompat:$appcompatVersion"
|
||||||
|
implementation "androidx.core:core:$coreVersion"
|
||||||
implementation 'androidx.documentfile:documentfile:1.0.1'
|
implementation 'androidx.documentfile:documentfile:1.0.1'
|
||||||
implementation "androidx.media:media:$mediaVersion"
|
implementation "androidx.media:media:$mediaVersion"
|
||||||
implementation "androidx.preference:preference:$preferenceVersion"
|
implementation "androidx.preference:preference:$preferenceVersion"
|
||||||
|
@ -12,7 +12,7 @@ dependencies {
|
|||||||
|
|
||||||
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
|
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
|
||||||
|
|
||||||
implementation "androidx.core:core:$appcompatVersion"
|
implementation "androidx.core:core:$coreVersion"
|
||||||
|
|
||||||
implementation "org.apache.commons:commons-lang3:$commonslangVersion"
|
implementation "org.apache.commons:commons-lang3:$commonslangVersion"
|
||||||
implementation "commons-io:commons-io:$commonsioVersion"
|
implementation "commons-io:commons-io:$commonsioVersion"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user