Skip to content

Commit 544ea0b

Browse files
authored
fix: library that does not support 16 KB
1 parent f96a53d commit 544ea0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ dependencies {
115115
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4"
116116
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4"
117117
implementation 'org.mp4parser:isoparser:1.9.56'
118-
implementation 'com.github.banketree:AndroidLame-kotlin:v0.0.1'
118+
implementation 'com.github.kaushik-naik:TAndroidLame:277c2ab4b0'
119119
implementation 'javazoom:jlayer:1.0.1'
120120
}
121121

0 commit comments

Comments
 (0)