Add missing isNsfw attribute in some Brazilian extensions. (#11322)

This commit is contained in:
Alessandro Jean 2022-04-04 08:43:24 -03:00 committed by GitHub
parent 88fc45c2d1
commit 28f3ee4008
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View File

@ -5,7 +5,8 @@ ext {
extName = 'Bakai'
pkgNameSuffix = 'pt.bakai'
extClass = '.Bakai'
extVersionCode = 1
extVersionCode = 2
isNsfw = true
}
dependencies {

View File

@ -5,7 +5,8 @@ ext {
extName = 'Golden Mangás'
pkgNameSuffix = 'pt.goldenmangas'
extClass = '.GoldenMangas'
extVersionCode = 14
extVersionCode = 15
isNsfw = true
}
dependencies {

View File

@ -5,7 +5,8 @@ ext {
extName = 'Mundo Webtoon'
pkgNameSuffix = 'pt.mundowebtoon'
extClass = '.MundoWebtoon'
extVersionCode = 4
extVersionCode = 5
isNsfw = true
}
dependencies {