Skip to content

Commit

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

Bump com.google.android.material:material from 1.11.0 to 1.12.0
  • Loading branch information
CrazyMarvin authored Jun 20, 2024
2 parents 08b231c + 753fd80 commit 3bd1450
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 @@ -67,15 +67,15 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'com.google.android.material:material:1.11.0'
implementation 'com.google.android.material:material:1.12.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.11.0'
implementation 'com.google.android.material:material:1.12.0'
// implementation 'com.ornach.nobobutton:nobobutton:1.5'
implementation 'de.hdodenhof:circleimageview:3.1.0'
implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
Expand Down

0 comments on commit 3bd1450

Please sign in to comment.