Skip to content

Commit

Permalink
Add dummy dependency to get compose compiler update
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoberg committed May 16, 2024
1 parent d0655e3 commit 16160b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ turbine = "1.1.0"

# AndroidX
androidX-activityCompose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivity" }
## Unused - workaround to get renovate to pickup the version.
android-composeCompiler = { module = "androidx.compose.compiler:compiler", version.ref = "composeCompiler" }
androidX-navigationCompose = { module = "androidx.navigation:navigation-compose", version.ref = "composeNavigation" }
androidX-lifecycle-composeRuntime = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "androidxLifecycle" }
androidX-lifecycle-composeViewModelUtilities = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidxLifecycle" }
Expand Down

0 comments on commit 16160b7

Please sign in to comment.