Skip to content

Commit

Permalink
Merge pull request #62 from AppDevNext/dependabot/gradle/master/com.g…
Browse files Browse the repository at this point in the history
…oogle.android.material-material-1.7.0

Bump material from 1.5.0 to 1.7.0
  • Loading branch information
hannesa2 authored Nov 2, 2022
2 parents 4f7f8fa + a2cba1d commit 21be759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MPChartExample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ android {

dependencies {
implementation "androidx.appcompat:appcompat:1.5.1"
implementation 'com.google.android.material:material:1.5.0'
implementation 'com.google.android.material:material:1.7.0'
implementation project(':MPChartLib')
}

0 comments on commit 21be759

Please sign in to comment.