mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-21 18:02:42 +01:00
858366cf71
use "Contains" like before
10 lines
105 B
Plaintext
10 lines
105 B
Plaintext
plugins {
|
|
id("lib-multisrc")
|
|
}
|
|
|
|
baseVersionCode = 30
|
|
|
|
dependencies {
|
|
api(project(":lib:i18n"))
|
|
}
|