Skip to content

Commit

Permalink
Bump appcompat from 1.4.1 to 1.4.2 (#204)
Browse files Browse the repository at this point in the history
Bumps appcompat from 1.4.1 to 1.4.2.

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: niqdev <niqdev@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and niqdev authored Jun 21, 2022
1 parent 38df6a2 commit 51bc63f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {
dependencies {
implementation project(':mjpeg-view')

implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.appcompat:appcompat:1.4.2'

implementation 'com.jakewharton:butterknife:10.2.3'
annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.3'
Expand Down
2 changes: 1 addition & 1 deletion mjpeg-view/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.appcompat:appcompat:1.4.2'

api 'io.reactivex:rxjava:1.3.8' // it's obsolete
api 'io.reactivex:rxandroid:1.2.1'
Expand Down

0 comments on commit 51bc63f

Please sign in to comment.