mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-2905 Primitives | Epic | Foundation for primitives (#2098)
Co-authored-by: Evgenii Kozlov <enklave.mare.balticum@protonmail.com>
This commit is contained in:
parent
88aa30d64b
commit
4bc1e060f3
153 changed files with 10877 additions and 1616 deletions
|
@ -13,7 +13,8 @@ composeConstraintLayoutVersion = '1.1.1'
|
|||
dokkaVersion = '1.9.20'
|
||||
|
||||
activityComposeVersion = '1.10.1'
|
||||
composeReorderableVersion = 'e9ef693f63'
|
||||
composeReorderableLegacyVersion = 'e9ef693f63'
|
||||
composeReorderableVersion = '2.4.3'
|
||||
accompanistVersion = "0.34.0"
|
||||
appcompatVersion = '1.7.0'
|
||||
fragmentVersion = "1.8.6"
|
||||
|
@ -82,7 +83,8 @@ composeAccompanistPermissions = { module = "com.google.accompanist:accompanist-p
|
|||
composeAccompanistPagerIndicators = { module = "com.google.accompanist:accompanist-pager-indicators", version.ref = "accompanistVersion" }
|
||||
composeAccompanistThemeAdapter = { module = "com.google.accompanist:accompanist-themeadapter-material", version.ref = "accompanistVersion" }
|
||||
composeAccompanistNavigation = { module = "com.google.accompanist:accompanist-navigation-material", version.ref = "accompanistVersion" }
|
||||
composeReorderable = { module = "com.github.fat-fellow.ComposeReorderable:reorderable", version.ref = "composeReorderableVersion" }
|
||||
composeReorderableLegacy = { module = "com.github.fat-fellow.ComposeReorderable:reorderable", version.ref = "composeReorderableLegacyVersion" }
|
||||
composeReorderable = { module = "sh.calvin.reorderable:reorderable", version.ref = "composeReorderableVersion" }
|
||||
composeConstraintLayout = { module = "androidx.constraintlayout:constraintlayout-compose", version.ref = "composeConstraintLayoutVersion" }
|
||||
kotlinxSerializationJson = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.6.3" }
|
||||
appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompatVersion" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue