Galaxy (AR): update domain (#4047)

* Galaxy (AR): update domain

* bruh
This commit is contained in:
AwkwardPeak7 2024-07-17 15:29:15 +05:00 committed by Draff
parent 734c7a1e85
commit e721db72a2
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 = 'Galaxy' extName = 'Galaxy'
extClass = '.GalaxyFactory' extClass = '.GalaxyFactory'
extVersionCode = 2 extVersionCode = 3
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -8,7 +8,7 @@ class GalaxyFactory : SourceFactory {
override val id = 2602904659965278831 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 override val id = 2729515745226258240
} }