mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-10 21:26:17 +00:00
10 lines
128 B
Plaintext
10 lines
128 B
Plaintext
dependencies {
|
|
compileOnly(project(":extensions:tumblr:stub"))
|
|
}
|
|
|
|
android {
|
|
defaultConfig {
|
|
minSdk = 26
|
|
}
|
|
}
|