Skip to content

Commit 5473163

Browse files
Bump material from 1.7.0 to 1.8.0
Bumps [material](https://github.com/material-components/material-components-android) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](material-components/material-components-android@1.7.0...1.8.0) --- updated-dependencies: - dependency-name: com.google.android.material:material dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 204303b commit 5473163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MPChartExample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android {
2626

2727
dependencies {
2828
implementation "androidx.appcompat:appcompat:1.6.0"
29-
implementation 'com.google.android.material:material:1.7.0'
29+
implementation 'com.google.android.material:material:1.8.0'
3030
implementation project(':MPChartLib')
3131

3232
androidTestImplementation "androidx.test.ext:junit-ktx:1.1.5"

0 commit comments

Comments
 (0)