Chopper 3402c77336 Fix Baozimh.org and rename to GoDa Manhua (#3087)
* Fix Baozimh

* Cleanup

* Fix author info

* Use parent request

* Bump versionID

* Update

* Update code
* Rename source to GoDa Manhua and update icon (to distinguish from the "legit" Baozi Manhua)
* Add English source

* Update

* Update

* Keep the Chinese source only for now

* Add comments to explain why the English source is not added

* Error message on old chapter keys

---------

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
2024-06-03 05:44:48 +01:00

8 lines
120 B
Groovy

ext {
extName = 'GoDa'
extClass = '.GoDaManhua'
extVersionCode = 29
}
apply from: "$rootDir/common.gradle"