Fix typo in NineHentai (#1610)

This commit is contained in:
arkon 2019-10-03 22:40:19 -04:00 committed by GitHub
parent a187e63a9e
commit 348bfea804
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ ext {
appName = 'Tachiyomi: NineHentai' appName = 'Tachiyomi: NineHentai'
pkgNameSuffix = 'all.ninehentai' pkgNameSuffix = 'all.ninehentai'
extClass = '.NineHentai' extClass = '.NineHentai'
extVersionCode = 4 extVersionCode = 5
libVersion = '1.2' libVersion = '1.2'
} }
dependencies { dependencies {