mirror of https://github.com/M66B/FairEmail.git
1.632 release
This commit is contained in:
parent
6522b711dd
commit
ad31094cc9
|
@ -13,13 +13,13 @@ android {
|
|||
applicationId "eu.faircode.email"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
versionCode 631
|
||||
versionName "1.631"
|
||||
versionCode 632
|
||||
versionName "1.632"
|
||||
archivesBaseName = "FairEmail-v$versionName"
|
||||
|
||||
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
||||
// Gastonia, Hypsilophodon, Iguanodon
|
||||
buildConfigField "String", "RELEASE_NAME", "\"Fabrosaurus\""
|
||||
// Hypsilophodon, Iguanodon
|
||||
buildConfigField "String", "RELEASE_NAME", "\"Gastonia\""
|
||||
|
||||
javaCompileOptions {
|
||||
annotationProcessorOptions {
|
||||
|
|
Loading…
Reference in New Issue