From be844c67a813afb1e570c9f52ae05c785a1499f6 Mon Sep 17 00:00:00 2001 From: Carlos Date: Thu, 5 Jul 2018 09:47:22 -0400 Subject: [PATCH] Fixed Truyentranhlh not installing (#382) --- src/vi/truyentranhlh/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/vi/truyentranhlh/build.gradle b/src/vi/truyentranhlh/build.gradle index 18e0f3cc0..411ec71dc 100644 --- a/src/vi/truyentranhlh/build.gradle +++ b/src/vi/truyentranhlh/build.gradle @@ -4,9 +4,9 @@ apply plugin: 'kotlin-android' ext { appName = 'Tachiyomi: TruyenTranhLh' pkgNameSuffix = "vi.truyentranhlh" - extClass = '.Truyentrnahlh' - extVersionCode = 3 - extVersionSuffix = 2 + extClass = '.Truyentranhlh' + extVersionCode = 4 + extVersionSuffix = 3 libVersion = '1.2' }