mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-04-30 14:44:33 +02:00
13 lines
185 B
Plaintext
13 lines
185 B
Plaintext
plugins {
|
|
id(libs.plugins.android.library.get().pluginId)
|
|
}
|
|
|
|
android {
|
|
namespace = "app.revanced.extension"
|
|
compileSdk = 34
|
|
|
|
defaultConfig {
|
|
minSdk = 21
|
|
}
|
|
}
|