Skip to content

Commit

Permalink
fix: broken builds due to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
authorisation committed Aug 6, 2023
1 parent 9c2053f commit d1e7833
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ android {
ndk {
abiFilters.add("arm64-v8a")
}

packaging {
jniLibs {
excludes += "**/*_neon.so"
}
}
dimension = "abi"
}

Expand Down
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ kotlinx-coroutines-android = "1.7.3"
kotlin-reflect = "1.9.0"
recyclerview = "1.3.1"
gson = "2.10.1"
ffmpeg-kit = "5.1"
# DO NOT UPDATE FFMPEG-KIT TO "5.1" it breaks stuff :3
ffmpeg-kit = "5.1.LTS"
osmdroid-android = "6.1.16"
okhttp = "5.0.0-alpha.11"
dexlib2 = "2.5.2"
Expand Down

0 comments on commit d1e7833

Please sign in to comment.