mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 11:39:42 +01:00
Merge pull request #4858 from nextcloud/renovate/roomversion
Update roomVersion to v2.7.0
This commit is contained in:
commit
622d3d6e3f
@ -162,7 +162,7 @@ ext {
|
|||||||
parcelerVersion = "1.1.13"
|
parcelerVersion = "1.1.13"
|
||||||
prismVersion = "2.0.0"
|
prismVersion = "2.0.0"
|
||||||
retrofit2Version = "2.11.0"
|
retrofit2Version = "2.11.0"
|
||||||
roomVersion = "2.6.1"
|
roomVersion = "2.7.0"
|
||||||
workVersion = "2.9.1"
|
workVersion = "2.9.1"
|
||||||
espressoVersion = "3.6.1"
|
espressoVersion = "3.6.1"
|
||||||
androidxTestVersion = "1.5.0"
|
androidxTestVersion = "1.5.0"
|
||||||
|
@ -38,6 +38,8 @@
|
|||||||
<trusting group="androidx.databinding"/>
|
<trusting group="androidx.databinding"/>
|
||||||
<trusting group="androidx.datastore"/>
|
<trusting group="androidx.datastore"/>
|
||||||
<trusting group="androidx.exifinterface" name="exifinterface" version="1.4.0"/>
|
<trusting group="androidx.exifinterface" name="exifinterface" version="1.4.0"/>
|
||||||
|
<trusting group="androidx.room"/>
|
||||||
|
<trusting group="androidx.sqlite"/>
|
||||||
<trusting group="com.google.android.gms"/>
|
<trusting group="com.google.android.gms"/>
|
||||||
<trusting group="com.google.firebase" name="firebase-messaging" version="24.1.1"/>
|
<trusting group="com.google.firebase" name="firebase-messaging" version="24.1.1"/>
|
||||||
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
|
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
|
||||||
@ -3571,6 +3573,11 @@
|
|||||||
<sha256 value="a081beb24f923366a7ac7fea9a0722c2adae9a72fd05d19142654363a1ba0fe9" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
<sha256 value="a081beb24f923366a7ac7fea9a0722c2adae9a72fd05d19142654363a1ba0fe9" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||||
</artifact>
|
</artifact>
|
||||||
</component>
|
</component>
|
||||||
|
<component group="androidx.sqlite" name="sqlite" version="2.3.0">
|
||||||
|
<artifact name="sqlite-2.3.0.module">
|
||||||
|
<sha256 value="258022d6b5883c90ec024394cd9c466dc950a7978ab14d940336ab2664c722d2" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||||
|
</artifact>
|
||||||
|
</component>
|
||||||
<component group="androidx.sqlite" name="sqlite" version="2.4.0">
|
<component group="androidx.sqlite" name="sqlite" version="2.4.0">
|
||||||
<artifact name="sqlite-2.4.0.aar">
|
<artifact name="sqlite-2.4.0.aar">
|
||||||
<sha256 value="bb7fa113112f7e4857496e222e3051d73a910add74bf40761e1bdae55b0216af" origin="Generated by Gradle"/>
|
<sha256 value="bb7fa113112f7e4857496e222e3051d73a910add74bf40761e1bdae55b0216af" origin="Generated by Gradle"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user