Pixiv Comic: update salt (#5078)

* update salt that used for loading images

* bump extVersionCode
This commit is contained in:
sinkableShip 2024-09-16 17:20:43 +07:00 committed by GitHub
parent 89411e8fcd
commit 176cd3348d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'Pixiv Comic'
extClass = '.PixivComic'
extVersionCode = 1
extVersionCode = 2
}
apply from: "$rootDir/common.gradle"

View File

@ -10,7 +10,7 @@ import java.util.Locale
import java.util.TimeZone
import kotlin.math.abs
private const val TIME_SALT = "mAtW1X8SzGS880fsjEXlM73QpS1i4kUMBhyhdaYySk8nWz533nrEunaSplg63fzT"
private const val TIME_SALT = "M7w5HORvvX-VP4tRj2CFQOQFPocBqLvHTIbhTU36UCo"
private class NoSuchTagException(message: String) : Exception(message)