Skip to content

Commit

Permalink
actions: bump com.google.android.material:material to 1.11.0 (fixes o…
Browse files Browse the repository at this point in the history
…pen-learning-exchange#2913) (open-learning-exchange#2839)

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 Dec 27, 2023
1 parent 51f0cba commit d0e0afb
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 @@ -9,15 +9,15 @@ android {
applicationId "org.ole.planet.myplanet"
minSdkVersion 21
targetSdkVersion 34
versionCode 1234
versionName "0.12.34"
versionCode 1235
versionName "0.12.35"
ndkVersion '21.3.6528147'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
}
configurations.all {
resolutionStrategy.force 'com.google.android.material:material:1.10.0'
resolutionStrategy.force 'com.google.android.material:material:1.11.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.2'
implementation 'androidx.annotation:annotation:1.7.0'
implementation 'com.google.android.material:material:1.10.0'
implementation 'com.google.android.material:material:1.11.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 d0e0afb

Please sign in to comment.