mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-09 02:58:47 +01:00
chore: update deps (#397)
* chore: fix crash for NDK * chore: update deps
This commit is contained in:
parent
e416476e28
commit
b59e5426dd
@ -18,6 +18,9 @@ android {
|
||||
versionCode = 57
|
||||
versionName = "1.2.0"
|
||||
archivesName.set("RaccoonForLemmy")
|
||||
ndk {
|
||||
abiFilters += listOf("armeabi", "armeabi-v7a", "x86")
|
||||
}
|
||||
}
|
||||
buildFeatures {
|
||||
compose = true
|
||||
|
@ -7,13 +7,13 @@ android_gif_drawable = "1.2.28"
|
||||
android_gradle = "8.1.4"
|
||||
coil = "2.5.0"
|
||||
compose = "1.5.11"
|
||||
compose_compiler = "1.5.6"
|
||||
compose_compiler = "1.5.7"
|
||||
crashkios = "0.8.5"
|
||||
crashlytics = "18.6.0"
|
||||
crashlytics_gradle = "2.9.9"
|
||||
gms_gradle = "4.3.15"
|
||||
kamel = "0.9.0"
|
||||
koin = "3.5.0"
|
||||
kamel = "0.9.1"
|
||||
koin = "3.5.3"
|
||||
kotlin = "1.9.21"
|
||||
kotlincrypto = "0.3.0"
|
||||
kotlinx_coroutines = "1.7.3"
|
||||
|
Loading…
x
Reference in New Issue
Block a user