mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 02:12:42 +01:00
10 lines
104 B
Plaintext
10 lines
104 B
Plaintext
|
plugins {
|
||
|
id("lib-multisrc")
|
||
|
}
|
||
|
|
||
|
baseVersionCode = 1
|
||
|
|
||
|
dependencies {
|
||
|
api(project(":lib:i18n"))
|
||
|
}
|