Galaxy: Update domain (AR) (#3866)

Update domain
This commit is contained in:
Chopper 2024-07-05 05:57:02 -03:00 committed by GitHub
parent 139be4fa6a
commit 6fa3093b3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'Galaxy'
extClass = '.GalaxyFactory'
extVersionCode = 1
extVersionCode = 2
}
apply from: "$rootDir/common.gradle"

View File

@ -8,7 +8,7 @@ class GalaxyFactory : SourceFactory {
override val id = 2602904659965278831
}
class GalaxyManga : Galaxy("Galaxy Manga", "https://galaxymanga.net", "ar") {
class GalaxyManga : Galaxy("Galaxy Manga", "https://ayoub-zrr.xyz", "ar") {
override val id = 2729515745226258240
}