Skip to content

Commit

Permalink
fix(deps): update dependency com.google.android.material:material to …
Browse files Browse the repository at this point in the history
…v1.10.0-beta01
  • Loading branch information
renovate[bot] authored Sep 7, 2023
1 parent 4e5e9af commit 1a84130
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 @@ -69,7 +69,7 @@ navigation-compose = { module = "androidx.navigation:navigation-compose", versio
activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activity" }
activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "activity" }
material3 = { module = "androidx.compose.material3:material3" }
com-google-android-material = { module = "com.google.android.material:material", version = "1.10.0-alpha06" }
com-google-android-material = { module = "com.google.android.material:material", version = "1.10.0-beta01" }

hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
hilt-compiler = { module = "com.google.dagger:hilt-compiler", version.ref = "hilt" }
Expand Down

0 comments on commit 1a84130

Please sign in to comment.