1.812 release

This commit is contained in:
M66B 2019-11-09 14:57:32 +01:00
parent bb4f57ea96
commit 0688830c93
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 811
versionName "1.811"
versionCode 812
versionName "1.812"
archivesBaseName = "FairEmail-v$versionName"
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
buildConfigField "String", "RELEASE_NAME", "\"Brontomerus\""
buildConfigField "String", "RELEASE_NAME", "\"Ceratonykus\""
javaCompileOptions {
annotationProcessorOptions {