10 lines
144 B
Plaintext
10 lines
144 B
Plaintext
plugins {
|
|
id("lib-multisrc")
|
|
}
|
|
|
|
baseVersionCode = 23
|
|
|
|
dependencies {
|
|
compileOnly("com.squareup.okhttp3:okhttp-brotli:5.0.0-alpha.11")
|
|
}
|