
* remove rate limit * Fixes and improvements * Version bump * Review changes, more improvements
11 lines
152 B
Plaintext
11 lines
152 B
Plaintext
plugins {
|
|
id("lib-multisrc")
|
|
}
|
|
|
|
baseVersionCode = 33
|
|
|
|
dependencies {
|
|
//noinspection UseTomlInstead
|
|
implementation("org.brotli:dec:0.1.2")
|
|
}
|