1
0
mirror of https://github.com/stom79/exodus-android-app synced 2025-02-16 16:10:45 +01:00

release v1.0.4

This commit is contained in:
Schoumi 2018-04-12 12:25:35 +02:00
parent 13289fcfaf
commit 4300b2c598

View File

@ -7,14 +7,17 @@ android {
applicationId "org.eu.exodus_privacy.exodusprivacy" applicationId "org.eu.exodus_privacy.exodusprivacy"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 27 targetSdkVersion 27
versionCode 3 versionCode 4
versionName "1.0.3" versionName "1.0.4"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
} }
buildTypes { buildTypes {
release { release {
minifyEnabled false minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
lintOptions {
disable 'MissingTranslation'
}
} }
} }
compileOptions { compileOptions {