add NSFW flag

This commit is contained in:
wasu-code 2025-04-02 17:37:56 +02:00
parent 76d58a164e
commit 188207eea0

View file

@ -2,6 +2,7 @@ ext {
extName = 'Newgrounds'
extClass = '.NewGrounds'
extVersionCode = 1
isNsfw = true
}
apply from: "$rootDir/common.gradle"