mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-04-29 22:24:27 +02:00
10 lines
128 B
Plaintext
10 lines
128 B
Plaintext
dependencies {
|
|
compileOnly(project(":extensions:tumblr:stub"))
|
|
}
|
|
|
|
android {
|
|
defaultConfig {
|
|
minSdk = 26
|
|
}
|
|
}
|