Skip to content

Commit 3c54160

Browse files
Merge pull request #5949 from nextcloud/renovate/androidx.datastore-datastore-core-1.x
fix(deps): update dependency androidx.datastore:datastore-core to v1.2.1
2 parents a4d3a2e + c4f7e60 commit 3c54160

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ dependencies {
195195

196196
implementation("androidx.compose.runtime:runtime:1.10.5")
197197
implementation 'androidx.preference:preference-ktx:1.2.1'
198-
implementation 'androidx.datastore:datastore-core:1.2.0'
198+
implementation 'androidx.datastore:datastore-core:1.2.1'
199199
implementation 'androidx.datastore:datastore-preferences:1.2.0'
200200
implementation 'androidx.test.ext:junit-ktx:1.3.0'
201201

gradle/verification-metadata.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@
3434
<trusted-key id="0D35D3F60078655126908E8AF3D1600878E85A3D" group="io.netty"/>
3535
<trusted-key id="0D5989CD63724BA1CA7D92D7C488A74FCAE540C6" group="org.michaelevans.colorart" name="library" version="0.0.3"/>
3636
<trusted-key id="0D5D634755737A19ABBE2930D4DA5EAB3CD7E958" group="com.google.devtools.ksp" name="symbol-processing-api" version="1.7.0-1.0.6"/>
37-
<trusted-key id="0E225917414670F4442C250DFD533C07C264648F" group="^androidx[.]compose($|([.].*))" regex="true"/>
37+
<trusted-key id="0E225917414670F4442C250DFD533C07C264648F">
38+
<trusting group="androidx.datastore"/>
39+
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
40+
</trusted-key>
3841
<trusted-key id="0F06FF86BEEAF4E71866EE5232EE5355A6BC6E42">
3942
<trusting group="androidx.activity"/>
4043
<trusting group="androidx.annotation" name="annotation-experimental" version="1.5.0"/>

0 commit comments

Comments
 (0)