chore: desc, v1.2.1 released
Some checks failed
Android CI / build (push) Failing after 19m57s

This commit is contained in:
MoonLeeeaf
2024-06-09 12:51:13 +08:00
parent 68b3d96fdd
commit 54f1597235
3 changed files with 26 additions and 11 deletions

View File

@@ -1,20 +1,35 @@
{ {
"allFiles": [ "allFiles": [
{ {
"file": "/storage/emulated/0/铃芽の文件/Projects/FuckMaoNemo/app/src/main/java/io/github/moonleeeaf/fuckmaonemo/Hook.java", "file": "/storage/emulated/0/铃芽の文件/Projects/FuckMaoNemo/app/src/main/res/xml/config.xml",
"selection": { "selection": {
"end": { "end": {
"column": 34, "column": 36,
"index": 6410, "index": 1031,
"line": 160 "line": 30
}, },
"start": { "start": {
"column": 34, "column": 36,
"index": 6410, "index": 1031,
"line": 160 "line": 30
}
}
},
{
"file": "/storage/emulated/0/铃芽の文件/Projects/FuckMaoNemo/app/build.gradle",
"selection": {
"end": {
"column": 26,
"index": 302,
"line": 15
},
"start": {
"column": 26,
"index": 302,
"line": 15
} }
} }
} }
], ],
"selectedFile": "/storage/emulated/0/铃芽の文件/Projects/FuckMaoNemo/app/src/main/java/io/github/moonleeeaf/fuckmaonemo/Hook.java" "selectedFile": "/storage/emulated/0/铃芽の文件/Projects/FuckMaoNemo/app/build.gradle"
} }

View File

@@ -12,8 +12,8 @@ android {
applicationId "io.github.moonleeeaf.fuckmaonemo" applicationId "io.github.moonleeeaf.fuckmaonemo"
minSdk 21 minSdk 21
targetSdk 33 targetSdk 33
versionCode 12000 versionCode 12100
versionName "1.2.0" versionName "1.2.1"
vectorDrawables { vectorDrawables {
useSupportLibrary true useSupportLibrary true

View File

@@ -28,7 +28,7 @@
<SwitchPreference <SwitchPreference
android:key="fuck_update" android:key="fuck_update"
android:title="屏蔽更新" android:title="屏蔽更新"
android:summary="此功能会让整个更新功能不可用,若已经收到更新提示请先清理 shared_prefs 才可完全生效" /> android:summary="主页不会弹更新对话框" />
<SwitchPreference <SwitchPreference
android:key="fuck_no_proxy" android:key="fuck_no_proxy"