1
0
mirror of https://github.com/revanced/revanced-patches synced 2025-01-27 06:37:34 +01:00
2024-12-05 15:12:48 +04:00

18 lines
319 B
Plaintext

plugins {
id(libs.plugins.android.library.get().pluginId)
}
android {
namespace = "app.revanced.extension"
compileSdk = 33
defaultConfig {
minSdk = 24
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
}