1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-23 16:25:30 +00:00

1.1355 release

This commit is contained in:
M66B 2020-10-09 09:42:34 +02:00
parent 62b96a9c48
commit 8d4f5ba098

View file

@ -12,12 +12,12 @@ android {
applicationId "eu.faircode.email" applicationId "eu.faircode.email"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 30
versionCode 1354 versionCode 1355
versionName "1.1354" versionName "1.1355"
archivesBaseName = "FairEmail-v$versionName" archivesBaseName = "FairEmail-v$versionName"
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera // https://en.wikipedia.org/wiki/List_of_dinosaur_genera
buildConfigField "String", "RELEASE_NAME", "\"Uteodon\"" buildConfigField "String", "RELEASE_NAME", "\"Vulcanodon\""
javaCompileOptions { javaCompileOptions {
annotationProcessorOptions { annotationProcessorOptions {