apply plugin: 'com.android.application'
android {
- compileSdkVersion 19
- buildToolsVersion '20.0.0'
+ compileSdkVersion 21
+ buildToolsVersion '21.1.2'
defaultConfig {
applicationId "it.skarafaz.xposed.nwmonblocker"
minSdkVersion 19
- targetSdkVersion 19
+ maxSdkVersion 19
+ targetSdkVersion 21
versionCode 1
versionName "1.0.0"
}
buildTypes {
release {
- runProguard false
+ minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}