diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-10-25 18:28:45 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-10-25 18:28:45 +0530 |
commit | 0c939a2929e590d8a891237240ffc9f89f0c7405 (patch) | |
tree | c1dc0f6c0fa96095bef681449c30a10a72540bac /gradle/libs.versions.toml | |
parent | 53802dfa154686a08235720b2afa14cf4832f04d (diff) |
refactor(deps): switch to Compose BOM
Diffstat (limited to 'gradle/libs.versions.toml')
-rw-r--r-- | gradle/libs.versions.toml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7b097538..85efa1cb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,8 +3,8 @@ agp = "7.3.1" androidxActivity = "1.7.0-alpha02" beagle = "2.9.0" bouncycastle = "1.72" -composeFoundation = "1.3.0" -composeUi = "1.3.0" +# @keep used for kotlinCompilerExtensionVersion +composeCompiler = "1.3.2" coroutines = "1.6.4" flowbinding = "1.2.0" hilt = "2.44" @@ -50,19 +50,19 @@ build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin: build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.11.0" build-vcu = "nl.littlerobots.version-catalog-update:nl.littlerobots.version-catalog-update.gradle.plugin:0.7.0" build-versions = "com.github.ben-manes:gradle-versions-plugin:0.43.0" -compose-animation = "androidx.compose.animation:animation:1.3.0" -compose-compiler = "androidx.compose.compiler:compiler:1.3.2" -compose-foundation-core = { module = "androidx.compose.foundation:foundation", version.ref = "composeFoundation" } -compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout", version.ref = "composeFoundation" } +compose-animation = { module = "androidx.compose.animation:animation" } +compose-bom = "androidx.compose:compose-bom:2022.10.00" +compose-foundation-core = { module = "androidx.compose.foundation:foundation" } +compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout" } compose-hilt = "androidx.hilt:hilt-navigation-compose:1.0.0" -compose-material = "androidx.compose.material:material:1.3.0" -compose-material3 = "androidx.compose.material3:material3:1.0.0" -compose-runtime = "androidx.compose.runtime:runtime:1.3.0" -compose-ui-core = { module = "androidx.compose.ui:ui", version.ref = "composeUi" } -compose-ui-test = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "composeUi" } -compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "composeUi" } -compose-ui-util = { module = "androidx.compose.ui:ui-util", version.ref = "composeUi" } -compose-ui-viewbinding = { module = "androidx.compose.ui:ui-viewbinding", version.ref = "composeUi" } +compose-material = { module = "androidx.compose.material:material" } +compose-material3 = { module = "androidx.compose.material3:material3" } +compose-runtime = { module = "androidx.compose.runtime:runtime" } +compose-ui-core = { module = "androidx.compose.ui:ui" } +compose-ui-test = { module = "androidx.compose.ui:ui-test-junit4" } +compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" } +compose-ui-util = { module = "androidx.compose.ui:ui-util" } +compose-ui-viewbinding = { module = "androidx.compose.ui:ui-viewbinding" } dagger-hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" } dagger-hilt-compiler = { module = "com.google.dagger:hilt-compiler", version.ref = "hilt" } dagger-hilt-core = { module = "com.google.dagger:hilt-core", version.ref = "hilt" } |