-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
### v11 | ||
修复了一处卸载时可能残留的bug | ||
|
||
### v10 | ||
支持更多硬件版本 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
/dts-v1/; | ||
/plugin/; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
id=mark2_4500 | ||
name=Xperia II解容4500 mAh | ||
version=v10 | ||
versionCode=10 | ||
version=v11 | ||
versionCode=11 | ||
author=lzghzr | ||
description=为更换三代电池的Xperia 1 II, Xperia 5 II解锁电池容量到 4500 mAh | ||
updateJson=https://github.com/lzghzr/mark2_4500/raw/main/update.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"version": "v10", | ||
"versionCode": 10, | ||
"zipUrl": "https://github.com/lzghzr/mark2_4500/releases/download/v10/mark2_4500_v10.zip", | ||
"version": "v11", | ||
"versionCode": 11, | ||
"zipUrl": "https://github.com/lzghzr/mark2_4500/releases/download/v11/mark2_4500_v11.zip", | ||
"changelog": "https://github.com/lzghzr/mark2_4500/raw/main/changes.md" | ||
} |