Hualiang 4bafe8c57e
Bilimanga & XGMN: fix manga url error when opening webview and the issue with page turning (#10146)
* Fix manga url error when opening webview

* fixing the issue with page turning

* update icon

* revert
2025-10-02 23:57:45 +01:00

9 lines
141 B
Groovy

ext {
extName = 'BiliManga'
extClass = '.BiliManga'
extVersionCode = 3
isNsfw = true
}
apply from: "$rootDir/common.gradle"