From ac0d4f23836882d8c2f750aec64c9074565f1d1d Mon Sep 17 00:00:00 2001 From: SonoPG <38359416+PGgamer2@users.noreply.github.com> Date: Thu, 23 Jan 2025 14:10:23 +0100 Subject: [PATCH] Update extVersionCode --- src/it/animeworld/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/it/animeworld/build.gradle b/src/it/animeworld/build.gradle index 42715c1f..54fc17c4 100644 --- a/src/it/animeworld/build.gradle +++ b/src/it/animeworld/build.gradle @@ -1,7 +1,7 @@ ext { extName = 'ANIMEWORLD.tv' extClass = '.ANIMEWORLD' - extVersionCode = 42 + extVersionCode = 43 } 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 +}