Update script (#16620)

* Update script

* bump

* promote to nsfw source
This commit is contained in:
beerpsi 2023-05-30 21:47:38 +07:00 committed by GitHub
parent 77d2a6e8e8
commit 5729fb1667
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 22 deletions

View File

@ -6,7 +6,8 @@ ext {
extName = 'Cứu Truyện'
pkgNameSuffix = 'vi.cuutruyen'
extClass = '.CuuTruyen'
extVersionCode = 4
extVersionCode = 5
isNsfw = true
}
apply from: "$rootDir/common.gradle"

View File

@ -43,8 +43,8 @@ data class ChapterDto(
data class PageDto(
val id: Int,
val order: Int,
val width: Int,
val height: Int,
val width: Int?,
val height: Int?,
val status: String,
@SerialName("image_url") val imageUrl: String,
@SerialName("image_url_size") val imageUrlSize: Int,