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' extName = 'Bakai'
pkgNameSuffix = 'pt.bakai' pkgNameSuffix = 'pt.bakai'
extClass = '.Bakai' extClass = '.Bakai'
extVersionCode = 1 extVersionCode = 2
isNsfw = true
} }
dependencies { dependencies {

View File

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

View File

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