Skip to content

Commit

Permalink
Update dependency composeOptions to v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 24, 2023
1 parent a98e048 commit aca4abc
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ext {
detekt_gradle_plugin_version = "1.23.0"
dokka_version = "1.8.20"
hilt_version = "2.46.1"
compose_compiler_version = '1.4.8'
compose_compiler_version = '1.5.2'

// Code quality
detekt_version = "1.23.0"
Expand Down
29 changes: 29 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,14 @@
<sha256 value="5fb9ecca0b17eddaec2542f0ebd27963f066355b2d8b0bfd1302428688f9c7e7" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="androidx.compose.compiler" name="compiler" version="1.5.2">
<artifact name="compiler-1.5.2.jar">
<sha256 value="b9b615b2ade45792dc79ffee4a6afcd5ae9462246a6311edf221b26b7e1b9c84" origin="Generated by Gradle"/>
</artifact>
<artifact name="compiler-1.5.2.module">
<sha256 value="a4a67d393ba451cdc5c593a60695593cc00903ed77897210676cd9a0e2ba337e" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="androidx.compose.runtime" name="runtime" version="1.0.1">
<artifact name="runtime-1.0.1.module">
<sha256 value="2543a8c7edc16bde91f140286b4fd3773d7204a283a4ec99f6e5e286aa92c0c3" origin="Generated by Gradle"/>
Expand Down Expand Up @@ -6167,6 +6175,14 @@
<sha256 value="121837fe00d003944c9faaa1c25f93cecccb03eb9dd8f10d9e8adf4b7a7d90dc" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.kotlin" name="kotlin-stdlib-jdk7" version="1.7.20">
<artifact name="kotlin-stdlib-jdk7-1.7.20.jar">
<sha256 value="524da3c1a2ad56fd52c4ae2272ef3de421de8d2047ab1c51fc306d351243f2f5" origin="Generated by Gradle"/>
</artifact>
<artifact name="kotlin-stdlib-jdk7-1.7.20.pom">
<sha256 value="3b91f670de0b0f4c78549a2f5e60b57548a33ab6416b1054ef63865d6c62ae95" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.kotlin" name="kotlin-stdlib-jdk7" version="1.8.0">
<artifact name="kotlin-stdlib-jdk7-1.8.0.jar">
<sha256 value="4c889d1d9803f5f2eb6c1592a6b7e62369ac7660c9eee15aba16fec059163666" origin="Generated by Gradle"/>
Expand Down Expand Up @@ -6215,6 +6231,11 @@
<sha256 value="43a649fa737bfb35fa4af4e6de33e2f08a5d19104d7582ea40dbcd2b63790acc" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.kotlin" name="kotlin-stdlib-jdk8" version="1.6.21">
<artifact name="kotlin-stdlib-jdk8-1.6.21.pom">
<sha256 value="836a1179a08d24914697d2612e03b848a087c80cb4b0ca23f9cfab247f3a75c4" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.kotlin" name="kotlin-stdlib-jdk8" version="1.7.10">
<artifact name="kotlin-stdlib-jdk8-1.7.10.jar">
<sha256 value="8aafdd60c94f454c92e5066d266a5ed53ecc63c78f623b3fd9db56fea4032873" origin="Generated by Gradle"/>
Expand All @@ -6223,6 +6244,14 @@
<sha256 value="592b5252f018e3dbefeca1a535fd2315dda7cb9e7bde5a06d6b419cf3643d47d" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.kotlin" name="kotlin-stdlib-jdk8" version="1.7.20">
<artifact name="kotlin-stdlib-jdk8-1.7.20.jar">
<sha256 value="1da0d306c995945e1f807240ef64b5cd2dd5ac58612afb1a8596143d10b7ded5" origin="Generated by Gradle"/>
</artifact>
<artifact name="kotlin-stdlib-jdk8-1.7.20.pom">
<sha256 value="491ffbc948a3477491a7fbd43a368c5731cfafe6432af80783b2bbfe67e09fa7" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.kotlin" name="kotlin-stdlib-jdk8" version="1.8.0">
<artifact name="kotlin-stdlib-jdk8-1.8.0.jar">
<sha256 value="05b62804441b0c9a1920b6b7d5cf7329a4e24b6258478e32b1f046ca01900946" origin="Generated by Gradle"/>
Expand Down

0 comments on commit aca4abc

Please sign in to comment.