Skip to content

Commit

Permalink
fix: Build release apk
Browse files Browse the repository at this point in the history
* Add missing dependencies for ffmpeg-kit aar
  • Loading branch information
YuKongA committed Jan 16, 2025
1 parent dbfb992 commit d00af1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions TMessagesProj/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ dependencies {
implementation(libs.ktor.serialization.json)

implementation(files("libs/ffmpeg-kit-video-4.4.LTS.aar"))
implementation(libs.smart.exception.java)
implementation(libs.lottie)

implementation(project(":libs:tcp2ws"))
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ processPhoenix = "3.0.0"
sharetarget = "1.2.0"
paletteKtx = "1.0.0"
rust = "0.9.4"
smartExceptionJava = "0.2.1" # FFmpegKit requires it

[libraries]
checker-compat-qual = { module = "org.checkerframework:checker-compat-qual", version.ref = "checkerCompatQual" }
Expand Down Expand Up @@ -72,6 +73,7 @@ ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "kto
ktor-client-encoding = { module = "io.ktor:ktor-client-encoding", version.ref = "ktor" }
ktor-client-contentNegotiation = { module = "io.ktor:ktor-client-content-negotiation", version.ref = "ktor" }
ktor-serialization-json = { module = "io.ktor:ktor-serialization-kotlinx-json-jvm", version.ref = "ktor" }
smart-exception-java = { module = "com.arthenica:smart-exception-java", version.ref = "smartExceptionJava" }

[plugins]
aboutlibraries = { id = "com.mikepenz.aboutlibraries.plugin", version.ref = "aboutlibraries" }
Expand Down

0 comments on commit d00af1f

Please sign in to comment.