Fix anime world (#39)

* AnimeWorld StreamTape Readd

* Delete src/it/animeworld/src/eu/kanade/tachiyomi/animeextension/it/animeworld/ANIMEWORLD.kt

Fixing it

* add animeworld.kt

* Gradle Update

* Gradle Update + Animeworld

* Gradle Update + Animeworld
This commit is contained in:
mobby45 2024-07-10 06:25:29 +02:00 committed by GitHub
parent 97ab016138
commit 28ee7278d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

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