Fix build.gradle

This commit is contained in:
Carlos 2018-06-12 14:47:54 -04:00
parent f3e862f696
commit 90f38d81e3
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@ ext {
appName = 'Tachiyomi: IuTruyenTranh' appName = 'Tachiyomi: IuTruyenTranh'
pkgNameSuffix = "vi.iutruyentranh" pkgNameSuffix = "vi.iutruyentranh"
extClass = '.Iutruyentranh' extClass = '.Iutruyentranh'
extVersionCode = 1 extVersionCode = 2
extVersionSuffix = 1 extVersionSuffix = 1
libVersion = '1.0' libVersion = '1.2'
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"