(all/animewolrdindia) Changed Url (#760)

* Update AnimeWorldIndia.kt

* Update AnimeWorldIndiaFilters.kt

* Update build.gradle
This commit is contained in:
Arkai1 2025-03-07 02:07:37 +05:30 committed by GitHub
parent 6dc8f5eb83
commit e054850545
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

View file

@ -1,11 +1,11 @@
ext {
extName = 'AnimeWorld India'
extClass = '.AnimeWorldIndiaFactory'
extVersionCode = 14
extVersionCode = 15
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(":lib:playlist-utils"))
}
}