Update Gmanga.kt (#5497)

* Update Gmanga.kt

fixing when hitting latest ---> getting jsonNull

* Update build.gradle

V1.2.21

* Update build.gradle
This commit is contained in:
ellpatron 2021-01-21 17:36:36 +01:00 committed by GitHub
parent 713cd74637
commit e3d01c9844
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'GMANGA'
pkgNameSuffix = 'ar.gmanga'
extClass = '.Gmanga'
extVersionCode = 2
extVersionCode = 3
libVersion = '1.2'
containsNsfw = false
}

View File

@ -110,7 +110,7 @@ class Gmanga : ConfigurableSource, HttpSource() {
}
override fun latestUpdatesRequest(page: Int): Request {
return GET("$baseUrl/mangas/latest", headers)
return GET("$baseUrl/releases", headers)
}
override fun mangaDetailsParse(response: Response): SManga {