2024-02-13 21:43:41 +00:00
|
|
|
plugins {
|
|
|
|
id("lib-multisrc")
|
|
|
|
}
|
|
|
|
|
2024-02-17 09:10:47 +00:00
|
|
|
baseVersionCode = 3
|
2024-02-13 21:43:41 +00:00
|
|
|
|
2024-01-12 05:41:26 +00:00
|
|
|
dependencies {
|
2024-02-16 14:35:50 +00:00
|
|
|
api(project(":lib:synchrony"))
|
2024-01-22 21:19:41 +00:00
|
|
|
}
|