Skip to content

Commit ab67d7d

Browse files
committed
Add auto-update metadata to the patcher module
1 parent e1dc2c8 commit ab67d7d

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## btl2capfix v0.0.3
2+
- ([#34](https://github.com/kavishdevar/aln/pull/34)) @devnoname120 Add on-device libbluetooth patcher using a Magisk/KernelSU module (arm64-only)
3+
4+
_[See more here](https://github.com/kavishdevar/aln/releases)_

root-module/module.prop

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ version=v3
44
versionCode=3
55
author=@devnoname120 and @kavishdevar
66
description=Fixes the Bluetooth L2CAP connection issue with AirPods
7+
updateJson=https://raw.githubusercontent.com/kavishdevar/aln/main/update.json

update.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"version": "v0.0.3",
3+
"versionCode": 3,
4+
"zipUrl": "https://github.com/kavishdevar/aln/releases/download/v0.0.3/btl2capfix-v0.0.3.zip",
5+
"changelog": "https://raw.githubusercontent.com/kavishdevar/aln/main/CHANGELOG.md"
6+
}

0 commit comments

Comments
 (0)