Skip to content

Commit

Permalink
Merge pull request #2561 from quran/fix_material3
Browse files Browse the repository at this point in the history
Update compose-material3 to fix incompatibility
  • Loading branch information
ahmedre authored Jan 28, 2024
2 parents 49d42ad + 5342235 commit 8077923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ androidx-navigation-compose = { module = "androidx.navigation:navigation-compose
compose-foundation = { module = "androidx.compose.foundation:foundation" }
compose-animation = { module = "androidx.compose.animation:animation" }
compose-material = { module = "androidx.compose.material:material" }
compose-material3 = { module = "androidx.compose.material3:material3" }
compose-material3 = { module = "androidx.compose.material3:material3", version = "1.2.0-rc01" }
compose-ui = { module = "androidx.compose.ui:ui" }
compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
Expand Down

0 comments on commit 8077923

Please sign in to comment.