Skip to content

Commit 9f625ee

Browse files
committed
feat: update ffmpeg-kit-audio version to 6.0.1 and adjust library reference, fixed 16kb
1 parent 73bb2fe commit 9f625ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[versions]
22
# App version
3-
ffmpeg-kit-audio="6.0.0"
43
version-name="0.2.20"
54
version-code="39"
65

@@ -65,6 +64,7 @@ paging-common = "3.3.6"
6564
glance = "1.1.1"
6665
liquid-glass = "1.0.0-alpha15"
6766
ytdlp = "0.18.0"
67+
ffmpeg-kit-audio="6.0.1"
6868

6969
[libraries]
7070
desugaring = { group = "com.android.tools", name = "desugar_jdk_libs_nio", version.ref = "desugaring"}
@@ -78,7 +78,6 @@ compose-material-icons-core = { group = "androidx.compose.material", name = "mat
7878
compose-material-icons-extended = { group = "androidx.compose.material", name = "material-icons-extended" }
7979
compose-ui-viewbinding = { group = "androidx.compose.ui", name = "ui-viewbinding" }
8080
constraintlayout-compose = { group = "androidx.constraintlayout", name = "constraintlayout-compose", version.ref = "constraintlayout-compose" }
81-
ffmpeg-kit-audio = { module = "io.github.maxrave-dev:ffmpeg-kit-audio", version.ref = "ffmpeg-kit-audio" }
8281
ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
8382
activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activity-compose" }
8483
lifecycle-viewmodel-compose = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-compose", version.ref = "lifecycle-viewmodel-compose" }
@@ -163,6 +162,8 @@ liquid-glass = { module = "com.github.Kyant0:AndroidLiquidGlass", version.ref =
163162

164163
ytdlp-android = { module = "io.github.junkfood02.youtubedl-android:library", version.ref = "ytdlp" }
165164

165+
ffmpeg-kit-audio = { module = "io.github.maxrave-dev:ffmpeg-kit-audio", version.ref = "ffmpeg-kit-audio" }
166+
166167
#Koin
167168
koin-bom = { module = "io.insert-koin:koin-bom", version.ref = "koin-bom" }
168169
koin-core = { module = "io.insert-koin:koin-core" }

0 commit comments

Comments
 (0)