mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-01-28 22:01:50 +00:00
44 lines
2.5 KiB
TOML
44 lines
2.5 KiB
TOML
[versions]
|
|
accompanistPermissions = "0.36.0"
|
|
agp = "8.8.2"
|
|
hiddenapibypass = "6.1"
|
|
kotlin = "2.1.10"
|
|
coreKtx = "1.16.0"
|
|
lifecycleRuntimeKtx = "2.8.7"
|
|
activityCompose = "1.10.1"
|
|
composeBom = "2025.04.00"
|
|
annotations = "26.0.2"
|
|
navigationCompose = "2.8.9"
|
|
constraintlayout = "2.2.1"
|
|
haze = "1.5.3"
|
|
hazeMaterials = "1.5.3"
|
|
sliceBuilders = "1.1.0-alpha02"
|
|
sliceCore = "1.1.0-alpha02"
|
|
sliceView = "1.1.0-alpha02"
|
|
|
|
[libraries]
|
|
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanistPermissions" }
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
|
hiddenapibypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", version.ref = "hiddenapibypass" }
|
|
androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
|
|
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
|
|
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
|
|
androidx-ui = { group = "androidx.compose.ui", name = "ui" }
|
|
androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
|
|
androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
|
|
androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
|
|
annotations = { group = "org.jetbrains", name = "annotations", version.ref = "annotations" }
|
|
androidx-navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version.ref = "navigationCompose" }
|
|
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
|
|
haze = { group = "dev.chrisbanes.haze", name = "haze", version.ref = "haze" }
|
|
haze-materials = { group = "dev.chrisbanes.haze", name = "haze-materials", version.ref = "hazeMaterials" }
|
|
androidx-slice-builders = { group = "androidx.slice", name = "slice-builders", version.ref = "sliceBuilders" }
|
|
androidx-slice-core = { group = "androidx.slice", name = "slice-core", version.ref = "sliceCore" }
|
|
androidx-slice-view = { group = "androidx.slice", name = "slice-view", version.ref = "sliceView" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
|
|