mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-01-28 22:01:50 +00:00
Add auto-update metadata to the patcher module
This commit is contained in:
4
CHANGELOG.md
Normal file
4
CHANGELOG.md
Normal 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)_
|
||||||
@@ -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
6
update.json
Normal 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"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user