Skip to content

Commit

Permalink
Merge pull request #3534 from nextcloud/dependabot/gradle/daggerVersi…
Browse files Browse the repository at this point in the history
…on-2.50

Build(deps): Bump daggerVersion from 2.49 to 2.50
  • Loading branch information
AndyScherzinger authored Dec 20, 2023
2 parents a67330d + 55513c4 commit 3bc7f44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assembleFlavors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
if: ${{ always() }}
with:
name: Nextcloud-APK
name: Nextcloud-${{ matrix.flavor }}-APK
path: app/build/outputs/apk/**/**/*.apk
retention-days: 5
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ android {
ext {
androidxCameraVersion = "1.3.1"
coilKtVersion = "2.5.0"
daggerVersion = "2.49"
daggerVersion = "2.50"
emojiVersion = "1.4.0"
fidoVersion = "4.1.0-patch2"
lifecycleVersion = '2.6.2'
Expand Down

0 comments on commit 3bc7f44

Please sign in to comment.