mirror of
https://github.com/jrpie/Launcher.git
synced 2025-05-17 16:01:10 +02:00
new meta, holy butts we've got ourselves some Jetpack Compose
This commit is contained in:
parent
656c7cdbea
commit
8040d22fca
3 changed files with 248 additions and 124 deletions
|
@ -1,26 +1,27 @@
|
|||
[versions]
|
||||
activity = "1.10.1"
|
||||
activity-ktx = "1.8.0"
|
||||
activity-ktx = "1.10.1"
|
||||
activityCompose = "1.10.1"
|
||||
agp = "8.10.0"
|
||||
android-preference-annotations = "1.1.2"
|
||||
appcompat = "1.7.0"
|
||||
composeBom = "2025.05.00"
|
||||
constraintlayout = "2.2.0"
|
||||
core-ktx = "1.15.0"
|
||||
compose-latest = "1.8.1"
|
||||
constraintlayout = "2.2.1"
|
||||
core-ktx = "1.16.0"
|
||||
espresso-core = "3.6.1"
|
||||
gridlayout = "1.0.0"
|
||||
gridlayout = "1.1.0"
|
||||
junit = "4.13.2"
|
||||
junitVersion = "1.2.1"
|
||||
kapt = "1.8.10"
|
||||
kotlin = "2.1.0"
|
||||
kotlinx-serialization-json = "1.7.3"
|
||||
# lifecycleRuntimeKtx = "2.9.0"
|
||||
material = "1.12.0"
|
||||
palette-ktx = "1.0.0"
|
||||
preference-ktx = "1.2.1"
|
||||
recyclerview = "1.4.0"
|
||||
serialization = "1.8.10"
|
||||
uiToolingPreviewAndroid = "1.8.1"
|
||||
|
||||
[libraries]
|
||||
# AndroidX dependencies
|
||||
|
@ -29,18 +30,16 @@ androidx-activity-compose = { group = "androidx.activity", name = "activity-comp
|
|||
androidx-activity-ktx = { group = "androidx.activity", name = "activity-ktx", version.ref = "activity-ktx" }
|
||||
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
||||
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
|
||||
androidx-compose-material = { module = "androidx.compose.material:material", version.ref = "compose-latest" }
|
||||
androidx-compose-material3 = { module = "androidx.compose.material3:material3" }
|
||||
androidx-compose-runtime = { module = "androidx.compose.runtime:runtime" }
|
||||
androidx-compose-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
|
||||
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
|
||||
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "core-ktx" }
|
||||
androidx-gridlayout = { group = "androidx.gridlayout", name = "gridlayout", version.ref = "gridlayout" }
|
||||
androidx-palette-ktx = { group = "androidx.palette", name = "palette-ktx", version.ref = "palette-ktx" }
|
||||
androidx-preference-ktx = { group = "androidx.preference", name = "preference-ktx", version.ref = "preference-ktx" }
|
||||
androidx-recyclerview = { group = "androidx.recyclerview", name = "recyclerview", version.ref = "recyclerview" }
|
||||
# androidx-ui = { group = "androidx.compose.ui", name = "ui" }
|
||||
# androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
|
||||
# androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
|
||||
# androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
|
||||
# androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
|
||||
# androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
|
||||
|
||||
# Google Material
|
||||
google-material = { group = "com.google.android.material", name = "material", version.ref = "material" }
|
||||
|
@ -53,9 +52,9 @@ jonahbauer-android-preference-annotations = { group = "eu.jonahbauer", name = "a
|
|||
|
||||
# Testing dependencies
|
||||
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
||||
# androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
|
||||
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-preview-android = { group = "androidx.compose.ui", name = "ui-tooling-preview-android", version.ref = "uiToolingPreviewAndroid" }
|
||||
|
||||
[plugins]
|
||||
android-application = { id = "com.android.application", version.ref = "agp" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue