From f02d4eda872f005c4e515b9bae1fad1c76664392 Mon Sep 17 00:00:00 2001 From: SonoPG <38359416+PGgamer2@users.noreply.github.com> Date: Sat, 18 Jan 2025 23:52:38 +0100 Subject: [PATCH] Increase extVersionCode --- src/it/animesaturn/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/it/animesaturn/build.gradle b/src/it/animesaturn/build.gradle index 11c249fc..b537e34e 100644 --- a/src/it/animesaturn/build.gradle +++ b/src/it/animesaturn/build.gradle @@ -1,7 +1,7 @@ ext { extName = 'Anime Saturn' extClass = '.AnimeSaturn' - extVersionCode = 8 + extVersionCode = 9 } apply from: "$rootDir/common.gradle"