mirror of
https://github.com/jrpie/Launcher.git
synced 2025-05-17 16:01:10 +02:00
add Compose Previews, sqush compose themes
This commit is contained in:
parent
0791dbaba8
commit
abcaa7abec
6 changed files with 569 additions and 0 deletions
|
@ -21,6 +21,7 @@ palette-ktx = "1.0.0"
|
|||
preference-ktx = "1.2.1"
|
||||
recyclerview = "1.4.0"
|
||||
serialization = "1.8.10"
|
||||
uiTooling = "1.8.1"
|
||||
uiToolingPreviewAndroid = "1.8.1"
|
||||
|
||||
[libraries]
|
||||
|
@ -54,6 +55,7 @@ jonahbauer-android-preference-annotations = { group = "eu.jonahbauer", name = "a
|
|||
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
||||
androidx-test-ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
|
||||
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espresso-core" }
|
||||
androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling", version.ref = "uiTooling" }
|
||||
androidx-ui-tooling-preview-android = { group = "androidx.compose.ui", name = "ui-tooling-preview-android", version.ref = "uiToolingPreviewAndroid" }
|
||||
|
||||
[plugins]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue