Skip to content

Commit

Permalink
Update dependency com.google.android.material:material to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 19, 2023
1 parent 66bdd9f commit c018299
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.8.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.8.0'
}

0 comments on commit c018299

Please sign in to comment.