1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-19 05:38:31 +00:00

1.731 release

This commit is contained in:
M66B 2019-09-27 15:15:15 +02:00
parent acb5254c03
commit df16f0dc6a

View file

@ -13,12 +13,12 @@ android {
applicationId "eu.faircode.email"
minSdkVersion 21
targetSdkVersion 29
versionCode 730
versionName "1.730"
versionCode 731
versionName "1.731"
archivesBaseName = "FairEmail-v$versionName"
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
buildConfigField "String", "RELEASE_NAME", "\"Rinconsaurus\""
buildConfigField "String", "RELEASE_NAME", "\"Saturnalia\""
javaCompileOptions {
annotationProcessorOptions {