Merge pull request #3534 from nextcloud/dependabot/gradle/daggerVersion-2.50

Build(deps): Bump daggerVersion from 2.49 to 2.50
This commit is contained in:
Andy Scherzinger 2023-12-20 11:46:24 +01:00 committed by GitHub
commit 3bc7f44e20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -33,6 +33,6 @@ jobs:
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
if: ${{ always() }} if: ${{ always() }}
with: with:
name: Nextcloud-APK name: Nextcloud-${{ matrix.flavor }}-APK
path: app/build/outputs/apk/**/**/*.apk path: app/build/outputs/apk/**/**/*.apk
retention-days: 5 retention-days: 5

View file

@ -143,7 +143,7 @@ android {
ext { ext {
androidxCameraVersion = "1.3.1" androidxCameraVersion = "1.3.1"
coilKtVersion = "2.5.0" coilKtVersion = "2.5.0"
daggerVersion = "2.49" daggerVersion = "2.50"
emojiVersion = "1.4.0" emojiVersion = "1.4.0"
fidoVersion = "4.1.0-patch2" fidoVersion = "4.1.0-patch2"
lifecycleVersion = '2.6.2' lifecycleVersion = '2.6.2'