File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 225
225
<trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.1.9"/>
226
226
<trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.2.0"/>
227
227
<trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.2.1"/>
228
+ <trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.2.2"/>
228
229
</trusted-key>
229
230
<trusted-key id="DB0597E3144342256BC81E3EC727D053C4481CF5" group="org.tensorflow" name="tensorflow-lite-metadata" version="0.1.0-rc2"/>
230
231
<trusted-key id="DBD744ACE7ADE6AA50DD591F66B50994442D2D40" group="^com[.]squareup($|([.].*))" regex="true"/>
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ buildscript {
19
19
}
20
20
dependencies {
21
21
classpath ' com.android.tools.build:gradle:8.11.0'
22
- classpath ' com.github.spotbugs.snom:spotbugs-gradle-plugin:6.2.1 '
22
+ classpath ' com.github.spotbugs.snom:spotbugs-gradle-plugin:6.2.2 '
23
23
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
24
24
classpath " io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8"
25
25
classpath " org.jacoco:org.jacoco.core:$jacoco_version "
Original file line number Diff line number Diff line change 12
12
buildscript {
13
13
dependencies {
14
14
classpath ' com.android.tools.build:gradle:8.11.0'
15
- classpath ' com.github.spotbugs.snom:spotbugs-gradle-plugin:6.2.1 '
15
+ classpath ' com.github.spotbugs.snom:spotbugs-gradle-plugin:6.2.2 '
16
16
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
17
17
classpath " io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8"
18
18
classpath " commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2
You can’t perform that action at this time.
0 commit comments