Skip to content

Commit

Permalink
Update dependency com.google.android.material:material to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 20, 2021
1 parent 3f4c7b6 commit ef329f6
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.4.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.4.0'
}

0 comments on commit ef329f6

Please sign in to comment.