From 544ea0b5d252f16925cbbfedacdfb3a7a7a124ec Mon Sep 17 00:00:00 2001 From: Numan Date: Fri, 26 Sep 2025 15:08:09 +0500 Subject: [PATCH] fix: library that does not support 16 KB --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 5071139f..96b887a6 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -115,7 +115,7 @@ dependencies { implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4" implementation 'org.mp4parser:isoparser:1.9.56' - implementation 'com.github.banketree:AndroidLame-kotlin:v0.0.1' + implementation 'com.github.kaushik-naik:TAndroidLame:277c2ab4b0' implementation 'javazoom:jlayer:1.0.1' }