Release signing

This commit is contained in:
str4d
2014-06-19 04:07:08 +00:00
parent 63e9a4f0cf
commit b10a075eaf
2 changed files with 4 additions and 3 deletions

View File

@@ -1,16 +1,16 @@
apply plugin: 'android'
apply from: 'signing.gradle'
android {
compileSdkVersion 19
buildToolsVersion "19.1.0"
buildToolsVersion '19.1.0'
defaultConfig {
minSdkVersion 9
targetSdkVersion 19
}
buildTypes {
release {
signingConfig signingConfigs.release
runProguard false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}