parent
734c7a1e85
commit
e721db72a2
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = 'Galaxy'
|
||||
extClass = '.GalaxyFactory'
|
||||
extVersionCode = 2
|
||||
extVersionCode = 3
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -8,7 +8,7 @@ class GalaxyFactory : SourceFactory {
|
|||
override val id = 2602904659965278831
|
||||
}
|
||||
|
||||
class GalaxyManga : Galaxy("Galaxy Manga", "https://ayoub-zrr.xyz", "ar") {
|
||||
class GalaxyManga : Galaxy("Galaxy Manga", "https://galaxymanga.net", "ar") {
|
||||
override val id = 2729515745226258240
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue