mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-08-26 14:05:02 +02:00
8457880210
use StateFlows instead of broadcasts/callbacks and add support for multiple devices. some features are yet to be implemented, marked with TODO. forgot to make incremental commits
89 lines
5.6 KiB
TOML
89 lines
5.6 KiB
TOML
[versions]
|
|
accompanistPermissions = "0.37.3"
|
|
agp = "9.2.1"
|
|
kotlin = "2.4.0"
|
|
coreKtx = "1.19.0"
|
|
lifecycleRuntimeKtx = "2.11.0"
|
|
activityCompose = "1.13.0"
|
|
composeBom = "2026.06.01"
|
|
annotations = "26.1.0"
|
|
navigationCompose = "2.9.8"
|
|
constraintlayout = "2.2.1"
|
|
haze = "1.7.2"
|
|
hazeMaterials = "1.7.2"
|
|
dynamicanimation = "1.1.0"
|
|
aboutLibraries = "15.0.3"
|
|
materialIconsCore = "1.7.8"
|
|
backdrop = "2.0.0"
|
|
billing = "9.1.0"
|
|
hilt = "2.60.1"
|
|
xposed = "101.0.0"
|
|
lifecycleProcess = "2.11.0"
|
|
play = "2.0.2"
|
|
nav3Core = "1.1.4"
|
|
lifecycleViewmodelNav3 = "2.11.0"
|
|
navevent = "1.1.2"
|
|
m3 = "1.5.0-alpha23"
|
|
ksp = "2.3.10"
|
|
room = "3.0.0"
|
|
ktxSerialization = "1.11.0"
|
|
junit = "4.13.2"
|
|
junitVersion = "1.1.5"
|
|
espressoCore = "3.5.1"
|
|
appcompat = "1.6.1"
|
|
material = "1.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", version.ref = "m3" }
|
|
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-compose = { group = "com.mikepenz", name = "aboutlibraries-compose", 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" }
|
|
play-review = { group = "com.google.android.play", name="review", version.ref = "play" }
|
|
play-review-ktx = { group = "com.google.android.play", name="review-ktx", version.ref = "play" }
|
|
androidx-navigation3-runtime = { module = "androidx.navigation3:navigation3-runtime", version.ref = "nav3Core" }
|
|
androidx-navigation3-ui = { module = "androidx.navigation3:navigation3-ui", version.ref = "nav3Core" }
|
|
androidx-lifecycle-viewmodel-navigation3 = { module = "androidx.lifecycle:lifecycle-viewmodel-navigation3", version.ref = "lifecycleViewmodelNav3" }
|
|
androidx-navigationevent = { module = "androidx.navigationevent:navigationevent", version.ref = "navevent"}
|
|
androidx-room3-runtime = { group = "androidx.room3", name = "room3-runtime", version.ref = "room" }
|
|
androidx-room3-compiler = { group = "androidx.room3", name = "room3-compiler", version.ref = "room" }
|
|
kotlinx-serialization-cbor = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-cbor", version = "ktxSerialization" }
|
|
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
|
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
|
|
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
|
|
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
|
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
|
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
|
aboutLibraries = { id = "com.mikepenz.aboutlibraries.plugin", version.ref = "aboutLibraries" }
|
|
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
|
room3 = { id = "androidx.room3", version.ref = "room" }
|
|
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
|
|
android-library = { id = "com.android.library", version.ref = "agp" }
|