Skip to content

Commit 0b60e7f

Browse files
fix(deps): update dependency com.android.tools.build:gradle to v9.0.1
1 parent 33a87e2 commit 0b60e7f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121
google()
2222
}
2323
dependencies {
24-
classpath 'com.android.tools.build:gradle:9.0.0'
24+
classpath 'com.android.tools.build:gradle:9.0.1'
2525
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
2626

2727
// NOTE: Do not place your application dependencies here; they belong

gradle/verification-metadata.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
<trusted-key id="0C6914BDDF32BD0AF3AAEB8A2148325ADD28A1AD" group="^com[.]atlassian($|([.].*))" regex="true"/>
2222
<trusted-key id="0CC641C3A62453AB390066C4A41F13C999945293" group="commons-logging" name="commons-logging" version="1.2"/>
2323
<trusted-key id="0D35D3F60078655126908E8AF3D1600878E85A3D" group="io.netty"/>
24+
<trusted-key id="0E225917414670F4442C250DFD533C07C264648F">
25+
<trusting group="androidx.databinding"/>
26+
<trusting group="^com[.]android($|([.].*))" regex="true"/>
27+
</trusted-key>
2428
<trusted-key id="0F06FF86BEEAF4E71866EE5232EE5355A6BC6E42">
2529
<trusting group="androidx.annotation" name="annotation-experimental" version="1.5.0"/>
2630
<trusting group="androidx.appcompat"/>

0 commit comments

Comments
 (0)