diff --git a/build-magisk-module.sh b/build-magisk-module.sh deleted file mode 100755 index 44543f7..0000000 --- a/build-magisk-module.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -set -eux - -cd root-module -rm -f ../btl2capfix.zip - -# COPYFILE_DISABLE env is a macOS fix to avoid parasitic files in ZIPs: https://superuser.com/a/260264 -export COPYFILE_DISABLE=1 -curl -L -o ./radare2-5.9.9-android-aarch64.tar.gz "https://github.com/devnoname120/radare2/releases/download/5.9.8-android-aln/radare2-5.9.9-android-aarch64-aln.tar.gz" -zip -r ../btl2capfix.zip . -x \*.DS_Store \*__MACOSX \*DEBIAN ._\* .gitignore diff --git a/CHANGELOG.md b/extras/CHANGELOG.md similarity index 100% rename from CHANGELOG.md rename to extras/CHANGELOG.md diff --git a/proximity_keys.py b/extras/proximity_keys.py similarity index 100% rename from proximity_keys.py rename to extras/proximity_keys.py diff --git a/update.json b/extras/update_nonpatch.json similarity index 62% rename from update.json rename to extras/update_nonpatch.json index 310ff94..d43f540 100644 --- a/update.json +++ b/extras/update_nonpatch.json @@ -1,6 +1,6 @@ { - "version": "v0.0.3", - "versionCode": 3, - "zipUrl": "https://github.com/kavishdevar/librepods/releases/download/v0.0.3/btl2capfix-v0.0.3.zip", + "version": "v0.2.6", + "versionCode": 46, + "zipUrl": "https://github.com/kavishdevar/librepods/releases/download/v0.2.3/LibrePods-FOSS-v0.2.3-release.zip", "changelog": "https://raw.githubusercontent.com/kavishdevar/librepods/main/CHANGELOG.md" } diff --git a/root-module-manual/module.prop b/root-module-manual/module.prop index a68a907..aeaa412 100644 --- a/root-module-manual/module.prop +++ b/root-module-manual/module.prop @@ -4,4 +4,4 @@ version=v0.2.6 versionCode=46 author=@kavishdevar description=Installs LibrePods as a system app for granting BLUETOOTH_PRIVILEGED and MODIFY_PHONE_STATE permission for better integraion with android. -updateJson=https://raw.githubusercontent.com/kavishdevar/librepods/main/update_nonpatch.json +updateJson=https://raw.githubusercontent.com/kavishdevar/librepods/main/extras/update_nonpatch.json diff --git a/update_nonpatch.json b/update_nonpatch.json index d43f540..d603133 100644 --- a/update_nonpatch.json +++ b/update_nonpatch.json @@ -1,6 +1,6 @@ { "version": "v0.2.6", "versionCode": 46, - "zipUrl": "https://github.com/kavishdevar/librepods/releases/download/v0.2.3/LibrePods-FOSS-v0.2.3-release.zip", - "changelog": "https://raw.githubusercontent.com/kavishdevar/librepods/main/CHANGELOG.md" -} + "zipUrl": "https://github.com/kavishdevar/librepods/releases/download/v0.2.6/LibrePods-FOSS-v0.2.6-release.zip", + "changelog": "https://raw.githubusercontent.com/kavishdevar/librepods/main/extras/CHANGELOG.md" +} \ No newline at end of file