release v1.0.4
This commit is contained in:
parent
13289fcfaf
commit
4300b2c598
|
@ -7,14 +7,17 @@ android {
|
|||
applicationId "org.eu.exodus_privacy.exodusprivacy"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 27
|
||||
versionCode 3
|
||||
versionName "1.0.3"
|
||||
versionCode 4
|
||||
versionName "1.0.4"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
lintOptions {
|
||||
disable 'MissingTranslation'
|
||||
}
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
|
|
Loading…
Reference in New Issue