Skip to content

Commit

Permalink
actions: bump com.google.android.material:material to 1.10.0 (fixes #…
Browse files Browse the repository at this point in the history
…2586) (#2581)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dogi <[email protected]>
  • Loading branch information
dependabot[bot] and dogi authored Oct 6, 2023
1 parent 45ddb2a commit aaf06f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ android {
applicationId "org.ole.planet.myplanet"
minSdkVersion 21
targetSdkVersion 34
versionCode 1082
versionName "0.10.82"
versionCode 1083
versionName "0.10.83"
ndkVersion '21.3.6528147'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
}
configurations.all {
resolutionStrategy.force 'com.google.android.material:material:1.9.0'
resolutionStrategy.force 'com.google.android.material:material:1.10.0'
}
buildTypes {
release {
Expand Down Expand Up @@ -93,7 +93,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.recyclerview:recyclerview:1.3.1'
implementation 'androidx.annotation:annotation:1.7.0'
implementation 'com.google.android.material:material:1.9.0'
implementation 'com.google.android.material:material:1.10.0'
implementation 'androidx.exifinterface:exifinterface:1.3.6'
implementation 'com.mikepenz:google-material-typeface:3.0.1.1.original@aar'
implementation 'com.mikepenz:fontawesome-typeface:5.3.1.1@aar'
Expand Down

0 comments on commit aaf06f4

Please sign in to comment.