
* Fix CDN URL * Fix theme cdn url * Add Arabic and French translations * Fix fallback method * Update WickedScans domain * Update messages
10 lines
104 B
Plaintext
10 lines
104 B
Plaintext
plugins {
|
|
id("lib-multisrc")
|
|
}
|
|
|
|
baseVersionCode = 9
|
|
|
|
dependencies {
|
|
api(project(":lib:i18n"))
|
|
}
|