(ar/witanime) Domain Change (#985)

* Update WitAnime.kt

* Update build.gradle
This commit is contained in:
Arkai1 2025-05-06 20:38:11 +05:30 committed by GitHub
parent 82a8b81de2
commit 26dbc15b45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
ext {
extName = 'WIT ANIME'
extClass = '.WitAnime'
extVersionCode = 52
extVersionCode = 53
}
apply from: "$rootDir/common.gradle"
@ -12,4 +12,4 @@ dependencies {
implementation(project(':lib:okru-extractor'))
implementation(project(':lib:mp4upload-extractor'))
implementation(project(':lib:vidbom-extractor'))
}
}