Mark extensions as nsfw (#4057)

* 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
18 changed files with 18 additions and 0 deletions

View File

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