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

DROID-3233 App | Tech | Library updates

This commit is contained in:
Evgenii Kozlov 2025-02-28 11:44:48 +01:00
parent 6a33d7a1e4
commit c8c0d0c5e2

View file

@ -8,11 +8,11 @@ androidxCoreVersion = "1.15.0"
androidxComposeVersion = '1.7.8'
composeMaterial3Version = '1.3.1'
composeMaterialVersion = '1.7.8'
composeConstraintLayoutVersion = '1.1.0'
composeConstraintLayoutVersion = '1.1.1'
dokkaVersion = '1.9.20'
activityComposeVersion = '1.10.0'
activityComposeVersion = '1.10.1'
composeReorderableVersion = 'e9ef693f63'
accompanistVersion = "0.34.0"
appcompatVersion = '1.7.0'
@ -32,13 +32,13 @@ androidxTestCoreVersion = '1.6.1'
androidxCoreTestingVersion = '2.2.0'
androidxSecurityCryptoVersion = '1.0.0'
androidxPreferenceVersion = '1.2.1'
constraintLayoutVersion = '2.2.0'
constraintLayoutVersion = '2.2.1'
recyclerviewVersion = '1.4.0'
emojiCompatVersion = '1.1.0'
lifecycleVersion = '2.8.7'
lifecycleRuntimeComposeVersion = '2.8.7'
navigationVersion = '2.8.7'
navigationComposeVersion = '2.8.7'
navigationVersion = '2.8.8'
navigationComposeVersion = '2.8.8'
shimmerLayoutVersion = '0.5.0'
photoViewVersion = '2.3.0'
daggerVersion = '2.51'
@ -58,7 +58,7 @@ espressoVersion = '3.6.1'
disableAnimationVersion = '2.0.0'
timberVersion = '5.0.1'
roomVersion = '2.6.1'
dataStoreVersion = '1.1.2'
dataStoreVersion = '1.1.3'
amplitudeVersion = '3.35.1'
coilComposeVersion = '2.6.0'
sentryVersion = '7.13.0'
@ -157,13 +157,13 @@ fragmentCompose = { group = "androidx.fragment", name = "fragment-compose", vers
[bundles]
[plugins]
application = { id = "com.android.application", version = "8.8.1" }
library = { id = "com.android.library", version = "8.8.1" }
application = { id = "com.android.application", version = "8.8.2" }
library = { id = "com.android.library", version = "8.8.2" }
kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlinVersion" }
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlinVersion" }
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.1.0" }
firebaseDistribution = { id = "com.google.firebase.appdistribution", version = "5.1.1" }
ksp = { id = "com.google.devtools.ksp", version.ref = "kspVersion" }
gms = { id = "com.google.gms.google-services", version = "4.4.2" }