Mark a few more extensions as NSFW

This commit is contained in:
arkon 2020-08-10 11:32:16 -04:00
parent f1a82b76ff
commit 66e347989c
6 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,7 @@ ext {
extClass = '.MangaDexFactory' extClass = '.MangaDexFactory'
extVersionCode = 95 extVersionCode = 95
libVersion = '1.2' libVersion = '1.2'
containsNsfw = true
} }
dependencies { dependencies {

View File

@ -7,6 +7,7 @@ ext {
extClass = '.HBrowse' extClass = '.HBrowse'
extVersionCode = 2 extVersionCode = 2
libVersion = '1.2' libVersion = '1.2'
containsNsfw = true
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -7,6 +7,7 @@ ext {
extClass = '.Perveden' extClass = '.Perveden'
extVersionCode = 3 extVersionCode = 3
libVersion = '1.2' libVersion = '1.2'
containsNsfw = true
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -7,6 +7,7 @@ ext {
extClass = '.Tsumino' extClass = '.Tsumino'
extVersionCode = 3 extVersionCode = 3
libVersion = '1.2' libVersion = '1.2'
containsNsfw = true
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -7,6 +7,7 @@ ext {
extClass = '.DoujinYang' extClass = '.DoujinYang'
extVersionCode = 2 extVersionCode = 2
libVersion = '1.2' libVersion = '1.2'
containsNsfw = true
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -7,6 +7,7 @@ ext {
extClass = '.Nudemoon' extClass = '.Nudemoon'
extVersionCode = 4 extVersionCode = 4
libVersion = '1.2' libVersion = '1.2'
containsNsfw = true
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"