Skip to content

Commit

Permalink
Update dependency androidx.datastore:datastore-core to v1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 17, 2024
1 parent a7309e3 commit 3b9fd24
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -153,7 +153,7 @@ configurations.configureEach {

dependencies {
implementation 'androidx.preference:preference-ktx:1.2.1'
implementation 'androidx.datastore:datastore-core:1.0.0'
implementation 'androidx.datastore:datastore-core:1.1.0'
implementation 'androidx.datastore:datastore-preferences:1.0.0'
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.6")

Expand Down
6 changes: 6 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
<trusted-key id="A5BD02B93E7A40482EB1D66A5F69AD087600B22C" group="org.ow2.asm"/>
<trusted-key id="A5F483CD733A4EBAEA378B2AE88979FB9B30ACF2">
<trusting group="androidx.camera"/>
<trusting group="androidx.datastore"/>
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
</trusted-key>
<trusted-key id="A6D6C97108B8585F91B158748671A8DF71296252" group="com.squareup" name="javapoet" version="1.10.0"/>
Expand Down Expand Up @@ -3770,6 +3771,11 @@
<sha256 value="c885dd0281076c5843826de317e3cbcdc3d8859dbeef53ae1cfacd1b9c60f96e" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.kotlinx" name="kotlinx-serialization-bom" version="1.6.3">
<artifact name="kotlinx-serialization-bom-1.6.3.pom">
<sha256 value="29d69842bb7d449be2aa4ade6a4a7ce6aa55827d0ab13d168745fe6d95739332" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jlleitschuh.gradle" name="ktlint-gradle" version="12.1.0">
<artifact name="ktlint-gradle-12.1.0.jar">
<sha256 value="4ac232e64efb1e73674b3153c78b5decd476540b27cf21974e7e4919bae54188" origin="Generated by Gradle" reason="Artifact is not signed"/>
Expand Down

0 comments on commit 3b9fd24

Please sign in to comment.