1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-28 02:37:16 +00:00

1.1193 release

This commit is contained in:
M66B 2020-06-08 09:10:00 +02:00
parent 6bd00988d5
commit cbb90435b4

View file

@ -13,12 +13,12 @@ android {
applicationId "eu.faircode.email" applicationId "eu.faircode.email"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
versionCode 1192 versionCode 1193
versionName "1.1192" versionName "1.1193"
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", "\"Hagryphus\"" buildConfigField "String", "RELEASE_NAME", "\"Invictarx\""
javaCompileOptions { javaCompileOptions {
annotationProcessorOptions { annotationProcessorOptions {