Skip to content

Commit 8474f98

Browse files
chore(deps): update plugin com.android.application to v8.8.1
1 parent 4c9019f commit 8474f98

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020
id "org.jetbrains.kotlin.kapt" version "$kotlinVersion" apply false
2121
id "com.diffplug.spotless" version "7.0.2" apply false
2222
id 'io.gitlab.arturbosch.detekt' version '1.23.7' apply false
23-
id 'com.android.application' version '8.8.0' apply false
23+
id 'com.android.application' version '8.8.1' apply false
2424
}
2525

2626
tasks.register('clean', Delete) {

gradle/verification-metadata.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
<trusted-key id="09939C73246B4BA7444CAA453D002DBC5EA9615F" group="dev.drewhamilton.poko"/>
4545
<trusted-key id="0CC641C3A62453AB390066C4A41F13C999945293" group="commons-logging" name="commons-logging" version="1.2"/>
4646
<trusted-key id="0D35D3F60078655126908E8AF3D1600878E85A3D" group="io.netty"/>
47+
<trusted-key id="0F06FF86BEEAF4E71866EE5232EE5355A6BC6E42">
48+
<trusting group="androidx.databinding"/>
49+
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
50+
<trusting group="^com[.]android($|([.].*))" regex="true"/>
51+
</trusted-key>
4752
<trusted-key id="0F07D1201BDDAB67CFB84EB479752DB6C966F0B8" group="com.google.android" name="annotations" version="4.1.1.4"/>
4853
<trusted-key id="120D6F34E627ED3A772EBBFE55C7E5E701832382">
4954
<trusting group="org.snakeyaml" name="snakeyaml-engine" version="2.6"/>

0 commit comments

Comments
 (0)