77 lines
4.3 KiB
TOML
77 lines
4.3 KiB
TOML
[versions]
|
|
agp = "8.7.3"
|
|
kotlin = "2.0.21"
|
|
coreKtx = "1.15.0"
|
|
lifecycleRuntimeKtx = "2.8.7"
|
|
composeBom = "2024.10.01"
|
|
activityCompose = "1.9.3"
|
|
koin = "4.0.0"
|
|
voyager = "1.1.0-beta03"
|
|
material3Android = "1.3.1"
|
|
room = "2.6.1"
|
|
detekt = "1.23.7"
|
|
about-libs = "11.2.3"
|
|
|
|
[libraries]
|
|
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 = { group = "androidx.compose.ui", name = "ui-tooling" }
|
|
androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
|
|
androidx-material3-android = { group = "androidx.compose.material3", name = "material3-android", version.ref = "material3Android" }
|
|
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version = "1.7.0" }
|
|
androidx-material3-icons-extended = { group = "androidx.compose.material", name = "material-icons-extended", version = "1.7.5" }
|
|
androidx-compose-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout-compose", version = "1.1.0" }
|
|
androidx-compose-animation-graphics = { group = "androidx.compose.animation", name = "animation-graphics-android" }
|
|
androidx-preferences-ktx = { group = "androidx.preference", name = "preference-ktx", version = "1.2.1" }
|
|
mediasession = "androidx.media:media:1.7.0"
|
|
|
|
mpv-lib = "com.github.abdallahmehiz:mpv-android:v0.1.4"
|
|
seeker = "com.github.abdallahmehiz:seeker:2.0.1"
|
|
|
|
material = "com.google.android.material:material:1.12.0"
|
|
|
|
koin-core = { module = "io.insert-koin:koin-core", version.ref = "koin" }
|
|
koin-android = { module = "io.insert-koin:koin-android", version.ref = "koin" }
|
|
koin-compose = { module = "io.insert-koin:koin-compose", version.ref = "koin" }
|
|
koin-viewmodel = { module = "io.insert-koin:koin-compose-viewmodel", version.ref = "koin" }
|
|
|
|
voyager-navigator = { module = "cafe.adriel.voyager:voyager-navigator", version.ref = "voyager" }
|
|
voyager-transitions = { module = "cafe.adriel.voyager:voyager-transitions", version.ref = "voyager" }
|
|
|
|
compose-prefs = { module = "me.zhanghai.compose.preference:library", version = "1.1.1" }
|
|
|
|
room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
|
|
room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
|
|
room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
|
|
|
|
detekt-gradle-plugin = { module = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin", version.ref = "detekt"}
|
|
detekt-formatter = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt"}
|
|
detekt-rules-compose = { module = "io.nlopez.compose.rules:detekt", version = "0.4.10" }
|
|
|
|
kotlinx-immutable-collections = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version = "0.3.8" }
|
|
|
|
truetype-parser = { module = "io.github.yubyf:truetypeparser-light", version = "2.1.4" }
|
|
fsaf = { module = "com.github.K1rakishou:Fuck-Storage-Access-Framework", version = "1.1.3" }
|
|
|
|
about-libs-core = { module = "com.mikepenz:aboutlibraries-core", version.ref = "about-libs" }
|
|
about-libs-ui-m3 = { module = "com.mikepenz:aboutlibraries-compose-m3", version.ref = "about-libs" }
|
|
simple-icons = { module = "br.com.devsrsouza.compose.icons:simple-icons", version = "1.1.1" }
|
|
|
|
[bundles]
|
|
koin = ["koin-core", "koin-android", "koin-compose", "koin-viewmodel"]
|
|
voyager = ["voyager-navigator", "voyager-transitions"]
|
|
about-libs = ["about-libs-core", "about-libs-ui-m3"]
|
|
|
|
[plugins]
|
|
ksp = { id = "com.google.devtools.ksp", version = "2.0.21-1.0.26" }
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
kotlin-compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
|
room = { id = "androidx.room", version.ref = "room" }
|
|
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
|
|
about-libraries = { id = "com.mikepenz.aboutlibraries.plugin", version.ref = "about-libs" }
|