Skip to content

Commit

Permalink
Merge pull request #4766 from nextcloud/renovate/androidx.datastore-d…
Browse files Browse the repository at this point in the history
…atastore-core-1.x

fix(deps): update dependency androidx.datastore:datastore-core to v1.1.3
  • Loading branch information
github-actions[bot] authored Feb 26, 2025
2 parents 322b82f + aa3a274 commit 2c7edf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
1 change: 1 addition & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2c7edf1

Please sign in to comment.