Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
821938089 committed Sep 13, 2024
1 parent b02b59e commit d51d0f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ dependencies {
implementation(libs.preference.ktx)
implementation(libs.androidx.constraintlayout)
implementation(libs.androidx.swiperefreshlayout)
implementation(libs.androidx.recyclerview)
implementation(libs.androidx.viewpager2)
implementation(libs.androidx.webkit)

Expand Down
4 changes: 3 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ desugar = "2.0.4"
activity = "1.9.1"
kotlinxSerialization = "1.7.1"
swiperefreshlayout = "1.1.0"
viewpager2 = "1.1.0"
recyclerview = "1.2.0"
viewpager2 = "1.0.0"
webkit = "1.11.0"
zxingLite = "3.2.0"

Expand Down Expand Up @@ -127,6 +128,7 @@ splitties-views = { module = "com.louiscad.splitties:splitties-views", version.r

androidx-runner = { module = "androidx.test:runner", version = "1.6.2" }
androidx-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version.ref = "swiperefreshlayout" }
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "recyclerview" }
androidx-viewpager2 = { module = "androidx.viewpager2:viewpager2", version.ref = "viewpager2" }
androidx-webkit = { module = "androidx.webkit:webkit", version.ref = "webkit" }
colorpicker = { module = "com.jaredrummler:colorpicker", version.ref = "colorpicker" }
Expand Down

0 comments on commit d51d0f8

Please sign in to comment.