Fixed Truyentranhlh not installing (#382)

This commit is contained in:
Carlos 2018-07-05 09:47:22 -04:00 committed by GitHub
parent 17d643f25a
commit be844c67a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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'
}