From 2b577d7a491db38c16cefa6db7b93bab7d41d63b Mon Sep 17 00:00:00 2001 From: Kavish Devar Date: Fri, 3 Jan 2025 02:07:54 +0530 Subject: [PATCH] fix release link for workaround files --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c5295b..26d857e 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Currently, there's a [bug in the Android Bluetooth stack](https://issuetracker.g ### Workaround #### Step 1: Download the Required Files -- Go to the [Releases](https://github.com/kavishdevar/aln/releases) section. +- Go to the [first release](https://github.com/kavishdevar/aln/releases/tag/v0.0.1). - Download the required files depending upon your Android version - `bt.sh`, `module.prop`, and `libbluetooth_jni-a14.so` (for android 14) or `libbluetooth_jni-a15.so` (for android 15). #### Step 2: Set Up the Directory Structure @@ -131,4 +131,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License -along with this program over [here](/LICENSE). If not, see . \ No newline at end of file +along with this program over [here](/LICENSE). If not, see .