1.591 release

This commit is contained in:
M66B 2019-07-16 19:43:07 +02:00
parent 21cf9fd9a3
commit e5b24d3cc6
1 changed files with 3 additions and 3 deletions

View File

@ -13,12 +13,12 @@ android {
applicationId "eu.faircode.email"
minSdkVersion 21
targetSdkVersion 29
versionCode 590
versionName "1.590"
versionCode 591
versionName "1.591"
archivesBaseName = "FairEmail-v$versionName"
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
buildConfigField "String", "RELEASE_NAME", "\"Brontogladiopter\""
buildConfigField "String", "RELEASE_NAME", "\"Cetiosaurus\""
javaCompileOptions {
annotationProcessorOptions {