diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0fa26ba --- /dev/null +++ b/CHANGELOG.md @@ -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)_ diff --git a/root-module/module.prop b/root-module/module.prop index 024dbe3..47ee2da 100644 --- a/root-module/module.prop +++ b/root-module/module.prop @@ -4,3 +4,4 @@ version=v3 versionCode=3 author=@devnoname120 and @kavishdevar description=Fixes the Bluetooth L2CAP connection issue with AirPods +updateJson=https://raw.githubusercontent.com/kavishdevar/aln/main/update.json diff --git a/update.json b/update.json new file mode 100644 index 0000000..1fbd681 --- /dev/null +++ b/update.json @@ -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" +}