Prepares release 1.10.4

This commit is contained in:
stom79 2018-08-22 19:47:16 +02:00
parent ae3f5c2b5f
commit 1bb92a347e
1 changed files with 6 additions and 3 deletions

View File

@ -7,8 +7,8 @@ android {
applicationId "fr.gouv.etalab.mastodon"
minSdkVersion 15
targetSdkVersion 27
versionCode 127
versionName "1.10.3"
versionCode 129
versionName "1.10.4"
}
flavorDimensions "default"
buildTypes {
@ -24,7 +24,10 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
lintOptions {
checkReleaseBuilds false
abortOnError false
}
productFlavors {
fdroid {
}