Mark extensions as nsfw ()

* Add containsNsfw = true the gradle files of various extensions

* Update FMReader build.gradle

* Revert extension versions

* Mark more extensions
This commit is contained in:
AbdullahM0hamed 2020-08-09 00:03:33 +01:00 committed by GitHub
parent dfdc7d6ddc
commit bfd1e6b777
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
18 changed files with 18 additions and 0 deletions
src
all
ehentai
fmreader
ninehentai
simplyhentai
en
eggporncomics
hentai2read
hentaifox
hentainexus
myhentaicomics
myhentaigallery
es
ikuhentai
tmohentai
it
hentaifantasy
perveden
pt
hipercool
mundohentai
supermangas
vi/hentaivn

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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