mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-30 10:05:28 +00:00
58 lines
3.6 KiB
TOML
58 lines
3.6 KiB
TOML
[versions]
|
|
accompanistPermissions = "0.37.3"
|
|
agp = "9.1.0"
|
|
kotlin = "2.3.20"
|
|
coreKtx = "1.18.0"
|
|
lifecycleRuntimeKtx = "2.10.0"
|
|
activityCompose = "1.13.0"
|
|
composeBom = "2026.03.01"
|
|
annotations = "26.1.0"
|
|
navigationCompose = "2.9.7"
|
|
constraintlayout = "2.2.1"
|
|
haze = "1.7.2"
|
|
hazeMaterials = "1.7.2"
|
|
dynamicanimation = "1.1.0"
|
|
aboutLibraries = "14.0.1"
|
|
materialIconsCore = "1.7.8"
|
|
backdrop = "2.0.0-alpha03"
|
|
billing = "8.3.0"
|
|
hilt = "2.59.2"
|
|
xposed = "101.0.0"
|
|
lifecycleProcess = "2.10.0"
|
|
|
|
[libraries]
|
|
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanistPermissions" }
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
|
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-dynamicanimation = { group = "androidx.dynamicanimation", name = "dynamicanimation", version.ref = "dynamicanimation" }
|
|
androidx-compose-foundation-layout = { group = "androidx.compose.foundation", name = "foundation-layout"}
|
|
androidx-compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
|
|
androidx-compose-ui = { group = "androidx.compose.ui", name = "ui" }
|
|
aboutlibraries = { group = "com.mikepenz", name = "aboutlibraries", version.ref = "aboutLibraries" }
|
|
aboutlibraries-compose-m3 = { group = "com.mikepenz", name = "aboutlibraries-compose-m3", version.ref = "aboutLibraries" }
|
|
androidx-compose-material-icons-core = { group = "androidx.compose.material", name = "material-icons-core", version.ref = "materialIconsCore" }
|
|
backdrop = { group = "io.github.kyant0", name = "backdrop", version.ref = "backdrop" }
|
|
billing = { group = "com.android.billingclient", name = "billing-ktx", version.ref = "billing" }
|
|
hilt = { group = "com.google.dagger", name = "hilt-android", version.ref = "hilt" }
|
|
hilt-compiler = { group = "com.google.dagger", name = "hilt-compiler", version.ref = "hilt" }
|
|
libxposed-api = { group = "io.github.libxposed", name = "api", version.ref = "xposed" }
|
|
libxposed-service = { group = "io.github.libxposed", name = "service", version.ref = "xposed" }
|
|
androidx-lifecycle-process = { group = "androidx.lifecycle", name = "lifecycle-process", version.ref = "lifecycleProcess" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
|
aboutLibraries = { id = "com.mikepenz.aboutlibraries.plugin", version.ref = "aboutLibraries" }
|
|
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
|