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:
@ -7,6 +7,7 @@ ext {
|
||||
extClass = '.FMReaderFactory'
|
||||
extVersionCode = 20
|
||||
libVersion = '1.2'
|
||||
containsNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
Reference in New Issue
Block a user