mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-1487 App | Tech | Add permissions library for compose
This commit is contained in:
parent
276ac4c010
commit
acd036ce07
2 changed files with 3 additions and 1 deletions
|
@ -219,6 +219,7 @@ dependencies {
|
|||
implementation libs.composeAccompanistPager
|
||||
implementation libs.composeAccompanistThemeAdapter
|
||||
implementation libs.composeAccompanistPagerIndicators
|
||||
implementation libs.composeAccompanistPermissions
|
||||
implementation libs.preference
|
||||
implementation libs.activityCompose
|
||||
implementation libs.composeReorderable
|
||||
|
|
|
@ -12,7 +12,7 @@ composeConstraintLayoutVersion = '1.0.1'
|
|||
|
||||
activityComposeVersion = '1.7.2'
|
||||
composeReorderableVersion = '0.9.6'
|
||||
accompanistVersion = "0.29.1-alpha"
|
||||
accompanistVersion = "0.30.0"
|
||||
appcompatVersion = '1.6.1'
|
||||
fragmentVersion = "1.6.1"
|
||||
exoplayerVersion = "2.19.1"
|
||||
|
@ -77,6 +77,7 @@ composeFoundation = { module = "androidx.compose.foundation:foundation", version
|
|||
composeMaterial = { module = "androidx.compose.material:material", version.ref = "composeMaterialVersion" }
|
||||
composeMaterial3 = { module = "androidx.compose.material3:material3", version.ref = "composeMaterial3Version" }
|
||||
composeAccompanistPager = { module = "com.google.accompanist:accompanist-pager", version.ref = "accompanistVersion" }
|
||||
composeAccompanistPermissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanistVersion" }
|
||||
composeAccompanistPagerIndicators = { module = "com.google.accompanist:accompanist-pager-indicators", version.ref = "accompanistVersion" }
|
||||
composeAccompanistThemeAdapter = { module = "com.google.accompanist:accompanist-themeadapter-material", version.ref = "accompanistVersion" }
|
||||
composeReorderable = { module = "org.burnoutcrew.composereorderable:reorderable", version.ref = "composeReorderableVersion" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue