mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-24 05:55:39 +03:00
Update androidxCameraVersion to v1.4.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
7f74a1a383
commit
7eb793686b
2 changed files with 2 additions and 1 deletions
|
@ -152,7 +152,7 @@ kapt {
|
|||
}
|
||||
|
||||
ext {
|
||||
androidxCameraVersion = "1.3.4"
|
||||
androidxCameraVersion = "1.4.0"
|
||||
coilKtVersion = "2.7.0"
|
||||
daggerVersion = "2.52"
|
||||
emojiVersion = "1.5.0"
|
||||
|
|
|
@ -163,6 +163,7 @@
|
|||
<trusting group="androidx.recyclerview"/>
|
||||
<trusting group="androidx.room"/>
|
||||
<trusting group="androidx.sqlite"/>
|
||||
<trusting group="androidx.tracing"/>
|
||||
<trusting group="androidx.webkit"/>
|
||||
<trusting group="androidx.work"/>
|
||||
</trusted-key>
|
||||
|
|
Loading…
Reference in a new issue