fix: broken builds due to deps

This commit is contained in:
authorisation 2023-08-06 23:42:14 +02:00
parent 9c2053fac3
commit d1e7833e86
2 changed files with 7 additions and 2 deletions

View File

@ -43,7 +43,11 @@ android {
ndk {
abiFilters.add("arm64-v8a")
}
packaging {
jniLibs {
excludes += "**/*_neon.so"
}
}
dimension = "abi"
}

View File

@ -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"