fix(all/javguru): Fix NSFW property

This commit is contained in:
jmir1
2023-07-21 12:00:24 +02:00
committed by GitHub
parent 8f5cca3c1d
commit b6660f39de

View File

@ -7,8 +7,8 @@ ext {
extName = 'Jav Guru'
pkgNameSuffix = 'all.javguru'
extClass = '.JavGuru'
extVersionCode = 1
isNsfw = true
extVersionCode = 2
containsNsfw = true
}
dependencies {