NCMDecoder/build.gradle

22 lines
490 B
Groovy
Raw Permalink Normal View History

2024-08-15 18:43:04 +08:00
apply plugin: 'com.android.application'
android {
compileSdkVersion 15
defaultConfig {
applicationId "net.droidtech.ncmdecoder"
minSdkVersion 15
versionCode 3
versionName "1.0.6-beta"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
}