FuckMaoNemo/app/build.gradle
MoonLeeeaf b8246657d1
Some checks failed
Android CI / build (push) Failing after 14m58s
feat: 谋权篡位 & 强制置顶评论
2024-07-07 21:01:02 +08:00

50 lines
932 B
Groovy

plugins {
id 'com.android.application'
}
android {
namespace 'io.github.moonleeeaf.fuckmaonemo'
compileSdk 34
defaultConfig {
applicationId "io.github.moonleeeaf.fuckmaonemo"
minSdk 21
targetSdk 33
versionCode 13000
versionName "1.3.p"
vectorDrawables {
useSupportLibrary true
}
}
packagingOptions {
jniLibs {
useLegacyPackaging true
}
}
buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
buildFeatures {
viewBinding false
}
}
dependencies {
compileOnly 'de.robv.android.xposed:api:82'
}