TheKingTermux 2bab0cccdb
Add Crotpedia (#4489)
* Add CrotPedia

This is my first Ext
CMIIW

* Update CrotPedia.kt
2024-08-13 02:31:58 +01:00

11 lines
208 B
Groovy

ext {
extName = 'CrotPedia'
extClass = '.CrotPedia'
themePkg = 'zmanga'
baseUrl = 'https://crotpedia.net'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"