1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-15 00:21:10 +00:00

1.793 release

This commit is contained in:
M66B 2019-10-29 09:13:32 +01:00
parent 56985fa750
commit ee5e109a3c

View file

@ -13,12 +13,12 @@ android {
applicationId "eu.faircode.email"
minSdkVersion 21
targetSdkVersion 29
versionCode 792
versionName "1.792"
versionCode 793
versionName "1.793"
archivesBaseName = "FairEmail-v$versionName"
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
buildConfigField "String", "RELEASE_NAME", "\"Zby\""
buildConfigField "String", "RELEASE_NAME", "\"Ankylosaurus\""
javaCompileOptions {
annotationProcessorOptions {