Skip to content

Commit

Permalink
chore(deps): Bump appcompat from 1.3.1 to 1.4.1
Browse files Browse the repository at this point in the history
Bumps appcompat from 1.3.1 to 1.4.1.

---
updated-dependencies:
- dependency-name: androidx.appcompat:appcompat
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 30, 2022
1 parent b2b2f96 commit a131b4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maoni-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
testImplementation 'junit:junit:4.13.2'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'com.facebook.stetho:stetho:1.6.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.9.1'
Expand Down
2 changes: 1 addition & 1 deletion maoni/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
api project(":maoni-common")
testImplementation 'junit:junit:4.13.2'
api 'androidx.appcompat:appcompat:1.3.1'
api 'androidx.appcompat:appcompat:1.4.1'
api 'com.google.android.material:material:1.4.0'
api 'me.panavtec:drawableview:0.6.0'

Expand Down

0 comments on commit a131b4d

Please sign in to comment.