Skip to content

Commit

Permalink
Merge pull request #181 from AppDevNext/dependabot/gradle/master/com.…
Browse files Browse the repository at this point in the history
…google.android.material-material-1.11.0

Bump com.google.android.material:material from 1.10.0 to 1.11.0
  • Loading branch information
hannesa2 authored Dec 14, 2023
2 parents 370ca3a + 36d5a3e commit 209aa12
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 @@ -35,7 +35,7 @@ android {

dependencies {
implementation "androidx.appcompat:appcompat:1.6.1"
implementation 'com.google.android.material:material:1.10.0'
implementation 'com.google.android.material:material:1.11.0'
implementation project(':MPChartLib')

androidTestImplementation "androidx.test.ext:junit-ktx:1.1.5"
Expand Down

0 comments on commit 209aa12

Please sign in to comment.