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 2245b5d commit 0a0dee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
}

dependencies {
implementation 'com.google.android.material:material:1.1.0'
implementation 'com.google.android.material:material:1.10.0'
implementation 'io.github.inflationx:calligraphy3:3.1.1'
implementation 'io.github.inflationx:viewpump:2.0.3'
androidTestImplementation 'androidx.test:core:1.2.0'
Expand All @@ -40,6 +40,6 @@ android {
}

dependencies {
implementation 'com.google.android.material:material:1.1.0'
implementation 'com.google.android.material:material:1.10.0'
}

0 comments on commit 0a0dee6

Please sign in to comment.