Skip to content

Commit 6e92239

Browse files
committed
fix(sh): 🔥 fix android 14 system ca
1 parent 3e83196 commit 6e92239

4 files changed

Lines changed: 10 additions & 7 deletions

File tree

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
- Merge pull request #41 from SafaSafari/iyue
2+
- fix android 14 system ca
3+
---
14
- fix(webui): 🐛 #34 修复识别证书失败
25
- fix(webui): 🐛 #34 Failed to repair recognition certificate
36
---

customize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SKIPUNZIP=0
1212
print_modname() {
1313
ui_print " "
1414
ui_print "*******************************"
15-
ui_print " Supports Android7-14 move cert"
15+
ui_print " Supports Android7-15 move cert"
1616
ui_print "*******************************"
1717
ui_print " "
1818
}

module.prop

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=MoveCertificate
22
name=MoveCertificate
3-
version=v1.5.2
4-
versionCode=18
5-
author=iyue
3+
version=v1.5.3
4+
versionCode=19
5+
author=iyue,SafaSafari
66
description=Supports magiskv20.4+/kernelsu/APatch Android 7-15 move certificates
77
updateJson=https://pfile.ys1231.cn/modules/MoveCertificate/update.json

update.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"versionCode": 18,
3-
"version": "v1.5.2",
4-
"zipUrl": "https://pfile.ys1231.cn/modules/MoveCertificate/MoveCertificate-v1.5.2.zip",
2+
"versionCode": 19,
3+
"version": "v1.5.3",
4+
"zipUrl": "https://pfile.ys1231.cn/modules/MoveCertificate/MoveCertificate-v1.5.3.zip",
55
"changelog": "https://pfile.ys1231.cn/modules/MoveCertificate/changelog.md"
66
}

0 commit comments

Comments
 (0)