Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 8, 2024
1 parent e4540e3 commit 20183f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
path: ${{ github.workspace }}/app/build/outputs/apk/release/*.apk

- name: Create Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
body_path: CHANGELOG.md
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
version_name = "3.3.1"

agp_version = "8.3.0"
kotlin_version = "1.9.22"
kotlin_version = "1.9.23"
google_services_version = "4.4.1"
crashlytics_version = "2.9.9"

Expand All @@ -22,7 +22,7 @@ buildscript {
nav_version = "2.7.7"
preferences_version = "1.0.0"
hilt_version = "2.51"
analytics_version = "32.7.3"
analytics_version = "32.7.4"
mlkit_version = "18.3.0"

logger_version = "2.2.0"
Expand Down

0 comments on commit 20183f2

Please sign in to comment.