
* Fixed "API limit exceeded" gonna crash out if this build failed again bc of linting * review changes * Review changes
10 lines
109 B
Plaintext
10 lines
109 B
Plaintext
plugins {
|
|
id("lib-multisrc")
|
|
}
|
|
|
|
baseVersionCode = 30
|
|
|
|
dependencies {
|
|
api(project(":lib:randomua"))
|
|
}
|