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'
extVersionCode = 95
libVersion = '1.2'
containsNsfw = true
}
dependencies {

View File

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

View File

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

View File

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

View File

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

View File

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