diff --git a/README.md b/README.md index db3891c..94d079f 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/app/build.gradle.kts b/app/build.gradle.kts index b998dae..530e28f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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") diff --git a/app/release/app-release.apk b/app/release/app-release.apk index 83204e9..0ffff87 100644 Binary files a/app/release/app-release.apk and b/app/release/app-release.apk differ diff --git a/app/release/output-metadata.json b/app/release/output-metadata.json index 0ead72e..d600919 100644 --- a/app/release/output-metadata.json +++ b/app/release/output-metadata.json @@ -11,8 +11,8 @@ "type": "SINGLE", "filters": [], "attributes": [], - "versionCode": 5, - "versionName": "0.3", + "versionCode": 6, + "versionName": "0.4", "outputFile": "app-release.apk" } ],