mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-05-01 15:14:27 +02:00
15 lines
231 B
Plaintext
15 lines
231 B
Plaintext
android.namespace = "app.revanced.extension"
|
|
|
|
plugins {
|
|
id(libs.plugins.android.library.get().pluginId)
|
|
}
|
|
|
|
android {
|
|
namespace = "app.revanced.extension"
|
|
compileSdk = 34
|
|
|
|
defaultConfig {
|
|
minSdk = 26
|
|
}
|
|
}
|