mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2025-05-10 20:55:38 +02:00
9 lines
128 B
Kotlin
9 lines
128 B
Kotlin
dependencies {
|
|
compileOnly(project(":extensions:tumblr:stub"))
|
|
}
|
|
|
|
android {
|
|
defaultConfig {
|
|
minSdk = 26
|
|
}
|
|
}
|