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 Draff
parent 0cbd5cc915
commit e45ee68991
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions

View File

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

View File

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