Skip to content

Commit

Permalink
chore: desc, v1.2.1 released
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonLeeeaf committed Jun 9, 2024
1 parent 68b3d96 commit 54f1597
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 11 deletions.
31 changes: 23 additions & 8 deletions .androidide/editor/openedFiles.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,35 @@
{
"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": {
"end": {
"column": 34,
"index": 6410,
"line": 160
"column": 36,
"index": 1031,
"line": 30
},
"start": {
"column": 34,
"index": 6410,
"line": 160
"column": 36,
"index": 1031,
"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"
}
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "io.github.moonleeeaf.fuckmaonemo"
minSdk 21
targetSdk 33
versionCode 12000
versionName "1.2.0"
versionCode 12100
versionName "1.2.1"

vectorDrawables {
useSupportLibrary true
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/xml/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<SwitchPreference
android:key="fuck_update"
android:title="屏蔽更新"
android:summary="此功能会让整个更新功能不可用,若已经收到更新提示请先清理 shared_prefs 才可完全生效" />
android:summary="主页不会弹更新对话框" />

<SwitchPreference
android:key="fuck_no_proxy"
Expand Down

0 comments on commit 54f1597

Please sign in to comment.