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
  • Loading branch information
renovate[bot] authored Oct 5, 2023
1 parent e74a6f9 commit 40c1280
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ksp = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref =
lifecycle-livedata = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle"}
lifecycle-common = { module = "androidx.lifecycle:lifecycle-common-java8", version.ref = "lifecycle"}
lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle"}
material = { module = "com.google.android.material:material", version = "1.9.0"}
material = { module = "com.google.android.material:material", version = "1.10.0"}
material-dialogs-core = { module = "com.afollestad.material-dialogs:core", version.ref = "materialDialog"}
material-dialogs-input = { module = "com.afollestad.material-dialogs:input", version.ref = "materialDialog"}
xposed = { module = "de.robv.android.xposed:api", version = "82"}
Expand Down
2 changes: 1 addition & 1 deletion libs/xView/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {

dependencies {
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("com.google.android.material:material:1.9.0")
implementation("com.google.android.material:material:1.10.0")
implementation("androidx.recyclerview:recyclerview:1.3.1")
implementation("com.github.bumptech.glide:glide:4.16.0")
implementation("com.davemorrissey.labs:subsampling-scale-image-view-androidx:3.10.0")
Expand Down

0 comments on commit 40c1280

Please sign in to comment.