Skip to content

Commit

Permalink
Add the ability to update the module in Magisk
Browse files Browse the repository at this point in the history
  • Loading branch information
LuminarySage committed Aug 2, 2023
1 parent b5430ab commit 0ae47c3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v1.1

* Enable updating through Magisk

### v1.0

* Initial release
7 changes: 4 additions & 3 deletions module.prop
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
8 changes: 4 additions & 4 deletions update.json
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"
}

0 comments on commit 0ae47c3

Please sign in to comment.