Add missing isNsfw attribute in some Brazilian extensions. (#11322)
This commit is contained in:
parent
88fc45c2d1
commit
28f3ee4008
|
@ -5,7 +5,8 @@ ext {
|
|||
extName = 'Bakai'
|
||||
pkgNameSuffix = 'pt.bakai'
|
||||
extClass = '.Bakai'
|
||||
extVersionCode = 1
|
||||
extVersionCode = 2
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
@ -5,7 +5,8 @@ ext {
|
|||
extName = 'Golden Mangás'
|
||||
pkgNameSuffix = 'pt.goldenmangas'
|
||||
extClass = '.GoldenMangas'
|
||||
extVersionCode = 14
|
||||
extVersionCode = 15
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
@ -5,7 +5,8 @@ ext {
|
|||
extName = 'Mundo Webtoon'
|
||||
pkgNameSuffix = 'pt.mundowebtoon'
|
||||
extClass = '.MundoWebtoon'
|
||||
extVersionCode = 4
|
||||
extVersionCode = 5
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Reference in New Issue