chore: update deps (#397)

* chore: fix crash for NDK

* chore: update deps
This commit is contained in:
Diego Beraldin 2023-12-29 10:34:45 +01:00 committed by GitHub
parent e416476e28
commit b59e5426dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -18,6 +18,9 @@ android {
versionCode = 57
versionName = "1.2.0"
archivesName.set("RaccoonForLemmy")
ndk {
abiFilters += listOf("armeabi", "armeabi-v7a", "x86")
}
}
buildFeatures {
compose = true

View File

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