-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the ability to update the module in Magisk
- Loading branch information
1 parent
b5430ab
commit 0ae47c3
Showing
3 changed files
with
12 additions
and
7 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,7 @@ | ||
### v1.1 | ||
|
||
* Enable updating through Magisk | ||
|
||
### v1.0 | ||
|
||
* Initial release |
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,7 @@ | ||
id=pixel_ohm_enabler | ||
name=One-handed mode enabler for Pixel | ||
version=v1.0 | ||
versionCode=1 | ||
version=v1.1 | ||
versionCode=2 | ||
author=Anh Nguyen | ||
description=Simple Magisk module to enable one-handed mode on Google Pixel devices that have the feature disabled (I've only tested this on the Pixel Fold) | ||
description=Simple Magisk module to enable one-handed mode on Google Pixel devices that have the feature disabled (I've only tested this on the Pixel Fold) | ||
updateJson=https://raw.githubusercontent.com/Jnss98b/pixel_ohm_enabler/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": "v1.0", | ||
"versionCode": 1, | ||
"zipUrl": "", | ||
"changelog": "" | ||
"version": "v1.1", | ||
"versionCode": 2, | ||
"zipUrl": "https://github.com/Jnss98b/pixel_ohm_enabler/releases/download/v1.1/pixel-ohm-enabler-v1.1.zip", | ||
"changelog": "https://github.com/Jnss98b/pixel_ohm_enabler/blob/main/CHANGELOG.md" | ||
} |