update barmanga isNsfw (#11528)

* Update BarManga.kt

* Update BarManga.kt

* Update build.gradle

* Update build.gradle
This commit is contained in:
Gael Pérez 2025-11-11 23:39:21 -06:00 committed by Draff
parent 14d8020d97
commit e54c91bb88
Signed by: Draff
GPG Key ID: E8A89F3211677653

View File

@ -3,8 +3,8 @@ ext {
extClass = '.BarManga'
themePkg = 'madara'
baseUrl = 'https://libribar.com'
overrideVersionCode = 6
isNsfw = false
overrideVersionCode = 7
isNsfw = true
}
apply from: "$rootDir/common.gradle"