mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
dd00ec4067
* Move to Multi and fix pages * skill issue * mmmm * remode id
10 lines
102 B
Plaintext
10 lines
102 B
Plaintext
plugins {
|
|
id("lib-multisrc")
|
|
}
|
|
|
|
baseVersionCode = 2
|
|
|
|
dependencies {
|
|
api(project(":lib:i18n"))
|
|
}
|