Skip to content

Commit

Permalink
Merge pull request #99 from onuralpszr/renovate/actions-setup-java-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-java action to v4.1.0
  • Loading branch information
onuralpszr authored Feb 28, 2024
2 parents 456a0ca + 4426d19 commit 615e0e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: 🔄 Checkout Code
uses: actions/checkout@v4
- name: 🛠️ Setup JDK
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.1.0
with:
distribution: temurin
java-version: "17"
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ All notable changes to this project will be documented in this file.
- ✨ basic cv filter with toggle button to switch between for front and back camera
- 💄 change old icons with new icons and disable flash light button
- ✨ switch between original Cv Frame to Fit to Canvas Mode logic added
- ✨ switch between original Cv Frame to Fit to Canvas Mode logic added - PR #92
- ✨ switch between original Cv Frame to Fit to Canvas Mode logic added - PR #92

### Miscellaneous Tasks

Expand Down

0 comments on commit 615e0e2

Please sign in to comment.