fix(animeworld): update base URL and increment version code to 47

This commit is contained in:
Dark25 2025-03-23 22:43:18 +01:00
parent 1f3093b267
commit 248dd19337
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
ext {
extName = 'ANIMEWORLD.tv'
extClass = '.ANIMEWORLD'
extVersionCode = 46
extVersionCode = 47
}
apply from: "$rootDir/common.gradle"