Skip to content

Commit 382c4d0

Browse files
chore(deps): update plugin org.jetbrains.kotlin.plugin.compose to v2.3.20
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8c94c44 commit 382c4d0

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import com.github.spotbugs.snom.SpotBugsTask
1010
import io.gitlab.arturbosch.detekt.Detekt
1111

1212
plugins {
13-
id("org.jetbrains.kotlin.plugin.compose") version "2.3.10"
13+
id("org.jetbrains.kotlin.plugin.compose") version "2.3.20"
1414
id("com.android.built-in-kotlin")
1515
id("com.android.legacy-kapt")
1616
id("com.google.devtools.ksp") version "2.3.6"

gradle/verification-metadata.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<trust group="org.javassist" name="javassist" version="3.26.0-GA" reason="java assist"/>
1414
<trust file=".*-javadoc[.]jar" regex="true" reason="Android Studio downloads javadoc jars but doesn't add checksums - fixes building in AS"/>
1515
<trust file=".*-sources[.]jar" regex="true" reason="Android Studio downloads source jars but doesn't add checksums - fixes building in AS"/>
16-
<trust file="gradle-9.4.0-src.zip" regex="true" reason="Android Studio downloads gradle source zip but doesn't add checksums - fixes building in AS"/>
16+
<trust file="gradle-9.4.0-src.zip" regex="true" reason="Android Studio downloads gradle source zip but doesn't add checksums - fixes building in AS"/>
1717
</trusted-artifacts>
1818
<ignored-keys>
1919
<ignored-key id="5A68A2249128E2C6" reason="Key couldn't be downloaded from any key server"/>
@@ -237,6 +237,7 @@
237237
<trusted-key id="6F656B7F6BFB238D38ACF81F3C27D97B0C83A85C" group="com.google.errorprone"/>
238238
<trusted-key id="6F7E5ACBCD02DB60DFD232E45E1F79A7C298661E" group="com.google.auto" name="auto-parent" version="6"/>
239239
<trusted-key id="720746177725A89207A7075BFD5DEA07FCB690A8" group="org.codehaus.mojo" name="mojo-parent" version="50"/>
240+
<trusted-key id="73976C9C39C1479B84E2641A5A68A2249128E2C6" group="com.google.crypto.tink" name="tink" version="1.18.0"/>
240241
<trusted-key id="7440F1F7D27BAC115F953D55EB095DA7D2F6AC0E" group="org.tensorflow" name="tensorflow-lite-metadata" version="0.2.0"/>
241242
<trusted-key id="7616EB882DAF57A11477AAF559A252FB1199D873" group="com.google.code.findbugs" name="jsr305" version="3.0.2"/>
242243
<trusted-key id="77A45740C23880C7F81B9D4D5C504E1210E49773">
@@ -27287,6 +27288,11 @@
2728727288
<sha256 value="56b58e46c36bd8af8b433050d8b7e25f15a0dff4614bcdd48f2f5923d390e8f3" origin="Generated by Gradle" reason="Artifact is not signed"/>
2728827289
</artifact>
2728927290
</component>
27291+
<component group="org.jetbrains.kotlin.plugin.compose" name="org.jetbrains.kotlin.plugin.compose.gradle.plugin" version="2.3.20">
27292+
<artifact name="org.jetbrains.kotlin.plugin.compose.gradle.plugin-2.3.20.pom">
27293+
<sha256 value="8afdbb07964f0c3668a146ee4d8c90dab9d56737fa7627348ce757b686aedc13" origin="Generated by Gradle" reason="Artifact is not signed"/>
27294+
</artifact>
27295+
</component>
2729027296
<component group="org.jetbrains.kotlinx" name="atomicfu" version="0.17.0">
2729127297
<artifact name="atomicfu-0.17.0.module">
2729227298
<sha256 value="12e828b1269614b2e50adfaf0d834c98ba5bba782b93fd157ce1e0a35e60cc0b" origin="Generated by Gradle"/>

0 commit comments

Comments
 (0)