mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-05-29 21:10:20 +02:00
fix: broken builds due to deps
This commit is contained in:
parent
9c2053fac3
commit
d1e7833e86
@ -43,7 +43,11 @@ android {
|
|||||||
ndk {
|
ndk {
|
||||||
abiFilters.add("arm64-v8a")
|
abiFilters.add("arm64-v8a")
|
||||||
}
|
}
|
||||||
|
packaging {
|
||||||
|
jniLibs {
|
||||||
|
excludes += "**/*_neon.so"
|
||||||
|
}
|
||||||
|
}
|
||||||
dimension = "abi"
|
dimension = "abi"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -6,7 +6,8 @@ kotlinx-coroutines-android = "1.7.3"
|
|||||||
kotlin-reflect = "1.9.0"
|
kotlin-reflect = "1.9.0"
|
||||||
recyclerview = "1.3.1"
|
recyclerview = "1.3.1"
|
||||||
gson = "2.10.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"
|
osmdroid-android = "6.1.16"
|
||||||
okhttp = "5.0.0-alpha.11"
|
okhttp = "5.0.0-alpha.11"
|
||||||
dexlib2 = "2.5.2"
|
dexlib2 = "2.5.2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user