build
plugins {
id 'com.android.application'
}
android {
compileSdk 33
defaultConfig {
applicationId "com.example.bigovideoshaka"
minSdk 21
targetSdk 33
versionCode 1
versionName "1.0"
multiDexEnabled true
}
buildTypes {
release {
minifyEnabled false
}
}
packagingOptions {
exclude 'META-INF/DEPENDENCIES'
}
buildFeatures {
buildConfig false
}
}
dependencies {
compileOnly files('libs/xposed-api-82.jar')
}