stevenyomi 205d95cc07 Migrate to lib-multisrc (#1237)
* adjustments

* Run generator

* Remove multisrc project

* add lib dependencies

* Remove multisrc from build scripts

* Remove build condition
2024-02-18 20:10:37 +00:00

10 lines
205 B
Groovy

ext {
extName = 'Manga1st.online'
extClass = '.MangaFirstOnline'
themePkg = 'madara'
baseUrl = 'https://manga1st.online'
overrideVersionCode = 1
}
apply from: "$rootDir/common.gradle"