Skip to content

Commit

Permalink
update root module component
Browse files Browse the repository at this point in the history
  • Loading branch information
Morfly committed Oct 30, 2023
1 parent 77ca663 commit 16b2534
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ abstract class RootModule : GradlePackageComponent() {

val composeVersion by property("1.4.3")
val composeMaterial3Version by property("1.1.1")
val composeCompilerVersion by property("1.4.7")

init {
shared = true
Expand Down Expand Up @@ -59,7 +58,6 @@ abstract class RootModule : GradlePackageComponent() {
if (!group.startsWith("androidx.compose")) return this

return when {
name == "compiler" -> copy(version = composeCompilerVersion)
group.endsWith("material3") -> copy(version = composeMaterial3Version)
else -> copy(version = composeVersion)
}
Expand Down

0 comments on commit 16b2534

Please sign in to comment.