mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 21:55:13 +00:00
1.642 release
This commit is contained in:
parent
a738b2ed7b
commit
48e636e47d
1 changed files with 4 additions and 4 deletions
|
@ -13,13 +13,13 @@ android {
|
|||
applicationId "eu.faircode.email"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
versionCode 641
|
||||
versionName "1.641"
|
||||
versionCode 642
|
||||
versionName "1.642"
|
||||
archivesBaseName = "FairEmail-v$versionName"
|
||||
|
||||
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
||||
// Hypsilophodon, Iguanodon
|
||||
buildConfigField "String", "RELEASE_NAME", "\"Gastonia\""
|
||||
// Iguanodon
|
||||
buildConfigField "String", "RELEASE_NAME", "\"Hypsilophodon\""
|
||||
|
||||
javaCompileOptions {
|
||||
annotationProcessorOptions {
|
||||
|
|
Loading…
Reference in a new issue