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