Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7364,6 +7364,11 @@
<sha256 value="04f58ef94a3a83fa17e59ef5c4e9ebdc648a5f1912226e3bf1b774826f4281a2" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.diffplug.spotless" name="com.diffplug.spotless.gradle.plugin" version="7.2.1">
<artifact name="com.diffplug.spotless.gradle.plugin-7.2.1.pom">
<sha256 value="af42a5287f096367ec74acfaccdcd78522146a7438128c537e7001705132907c" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.diffplug.spotless" name="spotless-lib" version="3.0.2">
<artifact name="spotless-lib-3.0.2.jar">
<sha256 value="3f9a7fdfc5b03ac20894834170910c15c4f2b84ed4ce3677898a307ad589837c" origin="Generated by Gradle"/>
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ buildscript {
}

plugins {
id "com.diffplug.spotless" version "7.2.0"
id "com.diffplug.spotless" version "7.2.1"
}

apply plugin: 'com.android.library'
Expand Down
Loading