Skip to content

Commit

Permalink
optimize code
Browse files Browse the repository at this point in the history
  • Loading branch information
leavesCZY committed Jun 9, 2024
1 parent 0ec8236 commit 986096a
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 704 deletions.
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,4 @@ local.properties
.gradle
.idea
.kotlin
/build
/app/release/
/app/mapping.txt
/app/seeds.txt
/app/usage.txt
/build
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

| 日间主题 | 夜间主题 | 自定义主题 |
|:----------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------:|
| ![](https://github.com/leavesCZY/Matisse/assets/30774063/4cc36e0f-3cdd-4833-ab14-0ff3f6a8603d) | ![](https://github.com/leavesCZY/Matisse/assets/30774063/80f43542-9bea-4bd0-9a16-52af2ac20b25) | ![](https://github.com/leavesCZY/Matisse/assets/30774063/3281f345-1f61-4f9d-9c7d-bbbe43545aca) |
| ![](https://github.com/leavesCZY/Matisse/assets/30774063/4cc36e0f-3cdd-4833-ab14-0ff3f6a8603d) | ![](https://github.com/leavesCZY/Matisse/assets/30774063/80f43542-9bea-4bd0-9a16-52af2ac20b25) | ![](https://github.com/leavesCZY/Matisse/assets/30774063/b187f39a-07e5-44a6-ab4f-6622b28553d6) |
3 changes: 0 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
alias(libs.plugins.matisse.android.application)
alias(libs.plugins.matisse.android.compose)
alias(libs.plugins.google.ksp)
}

android {
Expand All @@ -20,9 +19,7 @@ dependencies {
implementation(libs.androidx.compose.foundation)
implementation(libs.androidx.compose.material3)

implementation(libs.glide)
implementation(libs.glide.compose)
ksp(libs.glide.ksp)

implementation(libs.coil.compose)
implementation(libs.coil.gif)
Expand Down
Loading

0 comments on commit 986096a

Please sign in to comment.