Add auto-update metadata to the patcher module

This commit is contained in:
Paul
2025-01-25 14:44:02 +01:00
parent e1dc2c8925
commit ab67d7dc23
3 changed files with 11 additions and 0 deletions

4
CHANGELOG.md Normal file
View File

@@ -0,0 +1,4 @@
## btl2capfix v0.0.3
- ([#34](https://github.com/kavishdevar/aln/pull/34)) @devnoname120 Add on-device libbluetooth patcher using a Magisk/KernelSU module (arm64-only)
_[See more here](https://github.com/kavishdevar/aln/releases)_

View File

@@ -4,3 +4,4 @@ version=v3
versionCode=3 versionCode=3
author=@devnoname120 and @kavishdevar author=@devnoname120 and @kavishdevar
description=Fixes the Bluetooth L2CAP connection issue with AirPods description=Fixes the Bluetooth L2CAP connection issue with AirPods
updateJson=https://raw.githubusercontent.com/kavishdevar/aln/main/update.json

6
update.json Normal file
View File

@@ -0,0 +1,6 @@
{
"version": "v0.0.3",
"versionCode": 3,
"zipUrl": "https://github.com/kavishdevar/aln/releases/download/v0.0.3/btl2capfix-v0.0.3.zip",
"changelog": "https://raw.githubusercontent.com/kavishdevar/aln/main/CHANGELOG.md"
}