mirror of
https://github.com/GrakovNe/lissen-android.git
synced 2025-12-23 22:18:09 -05:00
93 lines
5.9 KiB
TOML
93 lines
5.9 KiB
TOML
[versions]
|
|
acraCore = "5.13.1"
|
|
agp = "8.13.2"
|
|
browser = "1.9.0"
|
|
coilCompose = "3.3.0"
|
|
composeShimmerAndroid = "1.3.3"
|
|
glance = "1.2.0-rc01"
|
|
hiltAndroid = "2.57.2"
|
|
hiltNavigationCompose = "1.3.0"
|
|
hokoBlur = "1.5.5"
|
|
kotlin = "2.3.0"
|
|
activityCompose = "1.12.2"
|
|
composeBom = "2025.12.01"
|
|
compose = "1.7.8"
|
|
localbroadcastmanager = "1.1.0"
|
|
loggingInterceptor = "5.3.2"
|
|
material = "1.10.0"
|
|
material3 = "1.4.0"
|
|
materialVersion = "1.13.0"
|
|
media3Exoplayer = "1.9.0"
|
|
navigationCompose = "2.9.6"
|
|
okhttp = "5.3.2"
|
|
pagingCompose = "3.3.6"
|
|
retrofit = "3.0.0"
|
|
roomRuntime = "2.8.4"
|
|
runtimeLivedata = "1.10.0"
|
|
media3Session = "1.9.0"
|
|
media3DatasourceOkhttp = "1.9.0"
|
|
lifecycleService = "2.10.0"
|
|
lifecycleProcess = "2.10.0"
|
|
coreKtx = "1.17.0"
|
|
timber = "5.0.1"
|
|
moshi = "1.15.2"
|
|
converterMoshi = "3.0.0"
|
|
|
|
[libraries]
|
|
acra-core = { module = "ch.acra:acra-core", version.ref = "acraCore" }
|
|
acra-http = { module = "ch.acra:acra-http", version.ref = "acraCore" }
|
|
acra-toast = { module = "ch.acra:acra-toast", version.ref = "acraCore" }
|
|
androidx-browser = { module = "androidx.browser:browser", version.ref = "browser" }
|
|
androidx-glance = { module = "androidx.glance:glance", version.ref = "glance" }
|
|
androidx-glance-appwidget = { module = "androidx.glance:glance-appwidget", version.ref = "glance" }
|
|
androidx-glance-material3 = { module = "androidx.glance:glance-material3", version.ref = "glance" }
|
|
androidx-hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version.ref = "hiltNavigationCompose" }
|
|
androidx-localbroadcastmanager = { module = "androidx.localbroadcastmanager:localbroadcastmanager", version.ref = "localbroadcastmanager" }
|
|
androidx-material = { module = "androidx.compose.material:material", version.ref = "material" }
|
|
androidx-media3-database = { module = "androidx.media3:media3-database", version.ref = "media3Exoplayer" }
|
|
androidx-media3-datasource = { module = "androidx.media3:media3-datasource", version.ref = "media3Exoplayer" }
|
|
androidx-media3-exoplayer = { module = "androidx.media3:media3-exoplayer", version.ref = "media3Exoplayer" }
|
|
androidx-media3-exoplayer-dash = { module = "androidx.media3:media3-exoplayer-dash", version.ref = "media3Exoplayer" }
|
|
androidx-media3-exoplayer-hls = { module = "androidx.media3:media3-exoplayer-hls", version.ref = "media3Exoplayer" }
|
|
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigationCompose" }
|
|
androidx-paging-compose = { module = "androidx.paging:paging-compose", version.ref = "pagingCompose" }
|
|
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "roomRuntime" }
|
|
androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "roomRuntime" }
|
|
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "roomRuntime" }
|
|
coil-compose = { module = "io.coil-kt.coil3:coil-compose", version.ref = "coilCompose" }
|
|
coil-svg = { module = "io.coil-kt.coil3:coil-svg", version.ref = "coilCompose" }
|
|
compose-shimmer-android = { module = "com.valentinilk.shimmer:compose-shimmer-android", version.ref = "composeShimmerAndroid" }
|
|
hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hiltAndroid" }
|
|
hilt-android-compiler = { module = "com.google.dagger:hilt-android-compiler", version.ref = "hiltAndroid" }
|
|
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-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
|
|
androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
|
|
androidx-compose-material-icons-extended = { module = "androidx.compose.material:material-icons-extended", version.ref = "compose" }
|
|
androidx-runtime-livedata = { group = "androidx.compose.runtime", name = "runtime-livedata", version.ref = "runtimeLivedata" }
|
|
hoko-blur = { module = "io.github.hokofly:hoko-blur", version.ref = "hokoBlur" }
|
|
logging-interceptor = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "loggingInterceptor" }
|
|
material = { module = "com.google.android.material:material", version.ref = "materialVersion" }
|
|
material3 = { module = "androidx.compose.material3:material3", version.ref = "material3" }
|
|
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
|
|
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
|
|
androidx-media3-session = { group = "androidx.media3", name = "media3-session", version.ref = "media3Session" }
|
|
androidx-media3-datasource-okhttp = { group = "androidx.media3", name = "media3-datasource-okhttp", version.ref = "media3DatasourceOkhttp" }
|
|
androidx-lifecycle-service = { group = "androidx.lifecycle", name = "lifecycle-service", version.ref = "lifecycleService" }
|
|
androidx-lifecycle-process = { group = "androidx.lifecycle", name = "lifecycle-process", version.ref = "lifecycleProcess" }
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
|
timber = { module = "com.jakewharton.timber:timber", version.ref = "timber" }
|
|
converter-moshi = { module = "com.squareup.retrofit2:converter-moshi", version.ref = "converterMoshi" }
|
|
moshi = { module = "com.squareup.moshi:moshi", version.ref = "moshi" }
|
|
moshi-kotlin = { module = "com.squareup.moshi:moshi-kotlin", version.ref = "moshi" }
|
|
moshi-kotlin-codegen = { module = "com.squareup.moshi:moshi-kotlin-codegen", version.ref = "moshi" }
|
|
|
|
[plugins]
|
|
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
android-library = { id = "com.android.library", version.ref = "agp" }
|