1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-3232 App | Tech | Lib updates (#2025)

This commit is contained in:
Evgenii Kozlov 2025-01-22 22:54:35 +01:00 committed by Evgenii Kozlov
parent 24f0e5d1ac
commit 7f627dacf2

View file

@ -12,7 +12,7 @@ composeConstraintLayoutVersion = '1.1.0'
dokkaVersion = '1.9.20'
activityComposeVersion = '1.9.3'
activityComposeVersion = '1.10.0'
composeReorderableVersion = 'e9ef693f63'
accompanistVersion = "0.34.0"
appcompatVersion = '1.7.0'
@ -33,7 +33,7 @@ androidxCoreTestingVersion = '2.2.0'
androidxSecurityCryptoVersion = '1.0.0'
androidxPreferenceVersion = '1.2.1'
constraintLayoutVersion = '2.2.0'
recyclerviewVersion = '1.3.2'
recyclerviewVersion = '1.4.0'
emojiCompatVersion = '1.1.0'
lifecycleVersion = '2.8.7'
lifecycleRuntimeComposeVersion = '2.8.7'
@ -58,7 +58,7 @@ espressoVersion = '3.6.1'
disableAnimationVersion = '2.0.0'
timberVersion = '5.0.1'
roomVersion = '2.6.1'
dataStoreVersion = '1.1.1'
dataStoreVersion = '1.1.2'
amplitudeVersion = '3.35.1'
coilComposeVersion = '2.6.0'
sentryVersion = '7.13.0'
@ -164,6 +164,6 @@ compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "
dokka = { id = "org.jetbrains.dokka", version.ref = "dokkaVersion" }
kserialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlinVersion" }
wire = { id = "com.squareup.wire", version = "4.9.8" }
firebaseDistribution = { id = "com.google.firebase.appdistribution", version = "5.0.0" }
firebaseDistribution = { id = "com.google.firebase.appdistribution", version = "5.1.0" }
ksp = { id = "com.google.devtools.ksp", version.ref = "kspVersion" }
gms = { id = "com.google.gms.google-services", version = "4.4.2" }