Skip to content

Commit

Permalink
升级:内部多个引用库
Browse files Browse the repository at this point in the history
  • Loading branch information
caoyanglee committed Oct 31, 2024
1 parent a4dc60a commit fca2c7b
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ dependencies {
//kt
api "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
//google core
api 'androidx.appcompat:appcompat:1.3.1'
api 'androidx.constraintlayout:constraintlayout:2.0.4'
api 'androidx.appcompat:appcompat:1.4.1'
api 'androidx.constraintlayout:constraintlayout:2.1.4'
api "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
api 'androidx.recyclerview:recyclerview:1.2.1'
api 'androidx.cardview:cardview:1.0.0'
Expand All @@ -57,7 +57,7 @@ dependencies {
api 'androidx.fragment:fragment-ktx:1.3.6'
//google extra
api 'com.google.android.material:material:1.4.0'
api 'com.google.code.gson:gson:2.8.9'//json
api 'com.google.code.gson:gson:2.10.1'//json
//kt-coroutines
api 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2'
api 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2'
Expand All @@ -66,10 +66,13 @@ dependencies {
//permission
api 'com.guolindev.permissionx:permissionx:1.6.1'
//glide
api 'com.github.bumptech.glide:glide:4.12.0'
kapt 'com.github.bumptech.glide:compiler:4.12.0'
api 'com.github.bumptech.glide:glide:4.13.2'
kapt 'com.github.bumptech.glide:compiler:4.13.2'
//dialog
api 'com.afollestad.material-dialogs:core:3.3.0'
//viewbinding
api 'com.github.kirich1409:viewbindingpropertydelegate-noreflection:1.5.2'
// reflection-based flavor
api 'com.github.kirich1409:viewbindingpropertydelegate-full:1.5.9'
// reflection-free flavor
api 'com.github.kirich1409:viewbindingpropertydelegate-noreflection:1.5.9'
}

0 comments on commit fca2c7b

Please sign in to comment.