diff --git a/src/it/animeworld/build.gradle b/src/it/animeworld/build.gradle index 6d4c910e..fb7988f1 100644 --- a/src/it/animeworld/build.gradle +++ b/src/it/animeworld/build.gradle @@ -1,7 +1,7 @@ ext { extName = 'ANIMEWORLD.tv' extClass = '.ANIMEWORLD' - extVersionCode = 41 + extVersionCode = 42 } apply from: "$rootDir/common.gradle" @@ -12,4 +12,4 @@ dependencies { implementation(project(':lib:streamhidevid-extractor')) implementation(project(':lib:vidguard-extractor')) implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1" -} \ No newline at end of file +}