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:
parent
713cd74637
commit
e3d01c9844
@ -5,7 +5,7 @@ ext {
|
|||||||
extName = 'GMANGA'
|
extName = 'GMANGA'
|
||||||
pkgNameSuffix = 'ar.gmanga'
|
pkgNameSuffix = 'ar.gmanga'
|
||||||
extClass = '.Gmanga'
|
extClass = '.Gmanga'
|
||||||
extVersionCode = 2
|
extVersionCode = 3
|
||||||
libVersion = '1.2'
|
libVersion = '1.2'
|
||||||
containsNsfw = false
|
containsNsfw = false
|
||||||
}
|
}
|
||||||
|
@ -110,7 +110,7 @@ class Gmanga : ConfigurableSource, HttpSource() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
override fun latestUpdatesRequest(page: Int): Request {
|
override fun latestUpdatesRequest(page: Int): Request {
|
||||||
return GET("$baseUrl/mangas/latest", headers)
|
return GET("$baseUrl/releases", headers)
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun mangaDetailsParse(response: Response): SManga {
|
override fun mangaDetailsParse(response: Response): SManga {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user