2024-02-13 21:43:41 +00:00
|
|
|
plugins {
|
|
|
|
id("lib-multisrc")
|
|
|
|
}
|
|
|
|
|
2024-09-08 03:30:15 +00:00
|
|
|
baseVersionCode = 4
|
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
|
|
|
}
|