10 lines
128 B
Plaintext
10 lines
128 B
Plaintext
dependencies {
|
|
compileOnly(project(":extensions:tumblr:stub"))
|
|
}
|
|
|
|
android {
|
|
defaultConfig {
|
|
minSdk = 26
|
|
}
|
|
}
|