mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-22 13:05:31 +03:00
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:
commit
3bc7f44e20
2 changed files with 2 additions and 2 deletions
2
.github/workflows/assembleFlavors.yml
vendored
2
.github/workflows/assembleFlavors.yml
vendored
|
@ -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
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue