
For easier management of dependencies versions: https://developer.android.com/build/migrate-to-catalogs
41 lines
2.6 KiB
TOML
41 lines
2.6 KiB
TOML
[versions]
|
|
androidGradlePlugin = "8.5.2"
|
|
accompanistPermissions = "0.33.2-alpha"
|
|
activityCompose = "1.10.0"
|
|
appcompat = "1.7.0"
|
|
composeBom = "2025.01.01"
|
|
composeSettingsStoragePreferences = "1.0.3"
|
|
composeSettingsUiM3 = "1.0.3"
|
|
daggerCompiler = "2.49"
|
|
hiltAndroid = "2.49"
|
|
hiltCompiler = "2.49"
|
|
lifecycleRuntimeKtx = "2.8.7"
|
|
media3Session = "1.5.1"
|
|
navigationCompose = "2.8.6"
|
|
kotlin = "1.9.22"
|
|
|
|
[libraries]
|
|
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanistPermissions" }
|
|
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activityCompose" }
|
|
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }
|
|
androidx-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "composeBom" }
|
|
androidx-lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "lifecycleRuntimeKtx" }
|
|
androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
|
|
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycleRuntimeKtx" }
|
|
androidx-material-icons-extended = { module = "androidx.compose.material:material-icons-extended" }
|
|
androidx-material3 = { module = "androidx.compose.material3:material3" }
|
|
androidx-media3-session = { module = "androidx.media3:media3-session", version.ref = "media3Session" }
|
|
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "navigationCompose" }
|
|
androidx-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest" }
|
|
androidx-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
|
|
androidx-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
|
|
compose-settings-storage-preferences = { module = "com.github.alorma:compose-settings-storage-preferences", version.ref = "composeSettingsStoragePreferences" }
|
|
compose-settings-ui-m3 = { module = "com.github.alorma:compose-settings-ui-m3", version.ref = "composeSettingsUiM3" }
|
|
dagger-compiler = { module = "com.google.dagger:dagger-compiler", version.ref = "daggerCompiler" }
|
|
hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hiltAndroid" }
|
|
hilt-compiler = { module = "com.google.dagger:hilt-compiler", version.ref = "hiltCompiler" }
|
|
|
|
[plugins]
|
|
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
|
|
jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
dagger-hilt-android = { id = "com.google.dagger.hilt.android", version.ref = "hiltAndroid" } |