mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-25 11:42:47 +01:00
d6e51e0c53
* adjustments * Run generator * Remove multisrc project * add lib dependencies * Remove multisrc from build scripts * Remove build condition
10 lines
120 B
Plaintext
10 lines
120 B
Plaintext
plugins {
|
|
id("lib-multisrc")
|
|
}
|
|
|
|
baseVersionCode = 28
|
|
|
|
dependencies {
|
|
implementation(project(":lib:randomua"))
|
|
}
|