Skip to content

Commit

Permalink
Merge pull request #244 from Crazy-Marvin/dependabot/gradle/com.googl…
Browse files Browse the repository at this point in the history
…e.android.material-material-1.11.0

Bump com.google.android.material:material from 1.10.0 to 1.11.0
  • Loading branch information
CrazyMarvin authored Dec 18, 2023
2 parents 5d9b9aa + 19a3b07 commit f6410e2
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 @@ -44,15 +44,15 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.google.android.material:material:1.10.0'
implementation 'com.google.android.material:material:1.11.0'
implementation 'androidx.cardview:cardview:1.0.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
//noinspection GradleCompatible
implementation 'com.android.support:design:28.0.0'
implementation 'com.jaredrummler:material-spinner:1.3.1'
implementation 'com.google.android.material:material:1.10.0'
implementation 'com.google.android.material:material:1.11.0'
implementation 'com.ornach.nobobutton:nobobutton:1.6'
implementation 'de.hdodenhof:circleimageview:3.1.0'
implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
Expand Down

0 comments on commit f6410e2

Please sign in to comment.