feat:升级部分SDK版本
This commit is contained in:
@@ -9,9 +9,9 @@ dependencies {
|
||||
api project(path: ":libs:lib_utils")
|
||||
|
||||
api 'androidx.constraintlayout:constraintlayout:2.1.4'
|
||||
api 'androidx.recyclerview:recyclerview:1.2.1'
|
||||
api 'com.google.android.material:material:1.6.1'
|
||||
api 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.1'
|
||||
api 'com.google.android.material:material:1.8.0'
|
||||
api 'androidx.recyclerview:recyclerview:1.3.0'
|
||||
api 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2'
|
||||
api 'androidx.lifecycle:lifecycle-extensions:2.2.0'
|
||||
|
||||
|
||||
|
@@ -20,9 +20,9 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api 'androidx.annotation:annotation:1.4.0'
|
||||
api 'androidx.annotation:annotation:1.6.0'
|
||||
api 'androidx.legacy:legacy-support-v4:1.0.0'
|
||||
implementation "androidx.core:core-ktx:1.7.0"
|
||||
implementation "androidx.core:core-ktx:1.9.0"
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||
}
|
||||
repositories {
|
||||
|
@@ -5,6 +5,6 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api "androidx.core:core-ktx:1.7.0"
|
||||
api 'androidx.appcompat:appcompat:1.4.2'
|
||||
api "androidx.core:core-ktx:1.9.0"
|
||||
api 'androidx.appcompat:appcompat:1.6.1'
|
||||
}
|
Reference in New Issue
Block a user