From 90f38d81e30f1cc8eae32dbaafb837debd10d224 Mon Sep 17 00:00:00 2001 From: Carlos Date: Tue, 12 Jun 2018 14:47:54 -0400 Subject: [PATCH] Fix build.gradle --- src/vi/iutruyentranh/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vi/iutruyentranh/build.gradle b/src/vi/iutruyentranh/build.gradle index 6c544800a..4a4c1c271 100644 --- a/src/vi/iutruyentranh/build.gradle +++ b/src/vi/iutruyentranh/build.gradle @@ -5,9 +5,9 @@ ext { appName = 'Tachiyomi: IuTruyenTranh' pkgNameSuffix = "vi.iutruyentranh" extClass = '.Iutruyentranh' - extVersionCode = 1 + extVersionCode = 2 extVersionSuffix = 1 - libVersion = '1.0' + libVersion = '1.2' } apply from: "$rootDir/common.gradle"