1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 12:44:42 +00:00

1.775 release

This commit is contained in:
M66B 2019-10-16 15:57:51 +02:00
parent 37ec4de1d4
commit e4632f3ba9

View file

@ -13,12 +13,12 @@ android {
applicationId "eu.faircode.email"
minSdkVersion 21
targetSdkVersion 29
versionCode 774
versionName "1.774"
versionCode 775
versionName "1.775"
archivesBaseName = "FairEmail-v$versionName"
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
buildConfigField "String", "RELEASE_NAME", "\"Xuanhanosaurus\""
buildConfigField "String", "RELEASE_NAME", "\"Yurgovuchia\""
javaCompileOptions {
annotationProcessorOptions {