1.589 Cathedral

This commit is contained in:
M66B 2019-07-15 12:55:55 +02:00
parent 0b10c17b0b
commit cf810659d6
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 588
versionName "1.588"
versionCode 589
versionName "1.589"
archivesBaseName = "FairEmail-v$versionName"
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
buildConfigField "String", "RELEASE_NAME", "\"Allosaurus\""
buildConfigField "String", "RELEASE_NAME", "\"Cathedral\""
javaCompileOptions {
annotationProcessorOptions {