mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 18:32:39 +01:00
7c1bd5c374
Fix search and add (es) translations
10 lines
105 B
Plaintext
10 lines
105 B
Plaintext
plugins {
|
|
id("lib-multisrc")
|
|
}
|
|
|
|
baseVersionCode = 11
|
|
|
|
dependencies {
|
|
api(project(":lib:i18n"))
|
|
}
|