reformat code

This commit is contained in:
5ec1cff
2024-01-05 13:02:46 +08:00
parent 331b01b0f4
commit ad32c4efb0
10 changed files with 172 additions and 114 deletions

View File

@@ -107,7 +107,6 @@ androidComponents.onVariants { variant ->
.putLong(real.length())
.array()
sig.update(buffer)
println("sha $path ${real.length()}")
real.forEachBlock { bytes, size ->
sig.update(bytes, 0, size)
}