mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-21 18:02:42 +01:00
Fix isNsfw flag (#810)
This commit is contained in:
parent
ec749d1ef3
commit
79242dc92d
@ -32,7 +32,7 @@ android {
|
||||
manifestPlaceholders = [
|
||||
appName : "Tachiyomi: $extName",
|
||||
extClass: extClass,
|
||||
nsfw: ext.find("isNsfw") ? 1 : 0,
|
||||
nsfw: project.ext.find("isNsfw") ? 1 : 0,
|
||||
]
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user