Fixes to notification and other

This commit is contained in:
Kevin Puertas
2017-12-07 21:38:11 +01:00
parent fd7787e296
commit f846ba7da7
5 changed files with 28 additions and 5 deletions

View File

@@ -19,12 +19,13 @@ android {
versionProps.store(versionPropsFile.newWriter(), null)
// Fin de subir automáticamente la build en cada compilación
versionCode code
versionName "1.0"
versionName "1.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
shrinkResources false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}