mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-23 05:29:54 +01:00
Merge pull request #4766 from nextcloud/renovate/androidx.datastore-datastore-core-1.x
fix(deps): update dependency androidx.datastore:datastore-core to v1.1.3
This commit is contained in:
commit
2c7edf1105
@ -185,7 +185,7 @@ dependencies {
|
||||
|
||||
implementation("androidx.compose.runtime:runtime:1.7.8")
|
||||
implementation 'androidx.preference:preference-ktx:1.2.1'
|
||||
implementation 'androidx.datastore:datastore-core:1.1.2'
|
||||
implementation 'androidx.datastore:datastore-core:1.1.3'
|
||||
implementation 'androidx.datastore:datastore-preferences:1.1.2'
|
||||
implementation 'androidx.test.ext:junit-ktx:1.2.1'
|
||||
|
||||
|
@ -38,6 +38,7 @@
|
||||
<trusting group="androidx.compose.runtime"/>
|
||||
<trusting group="androidx.constraintlayout"/>
|
||||
<trusting group="androidx.databinding"/>
|
||||
<trusting group="androidx.datastore"/>
|
||||
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
|
||||
<trusting group="^com[.]android($|([.].*))" regex="true"/>
|
||||
</trusted-key>
|
||||
|
Loading…
Reference in New Issue
Block a user