Skip to content

Commit

Permalink
release 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
huaweikai committed Apr 18, 2024
1 parent a030364 commit e3b446c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

忘记说了,单击方向键是翻页,双击是回到顶部和去底部

4/18 添加了以Shizuku方式的检索抖音图片

Use Android's SAF framework to apply for some file permissions, scan some image files to your own sandbox environment, and will not operate on the source files.
Store all information in a table for easy query later.
Compose technology is used to complete, as well as Room and Paging technology to display all pictures.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId = "hua.dy.image"
minSdk = 24
targetSdk = 34
versionCode = 5
versionName = "0.3"
versionCode = 6
versionName = "0.4"

ksp {
arg("room.schemaLocation", "$projectDir/schemas")
Expand Down
Binary file modified app/release/app-release.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 5,
"versionName": "0.3",
"versionCode": 6,
"versionName": "0.4",
"outputFile": "app-release.apk"
}
],
Expand Down

0 comments on commit e3b446c

Please sign in to comment.