mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 17:57:16 +00:00
1.605 release
This commit is contained in:
parent
b6047488d0
commit
e02c891db9
1 changed files with 3 additions and 4 deletions
|
@ -13,13 +13,12 @@ android {
|
|||
applicationId "eu.faircode.email"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
versionCode 604
|
||||
versionName "1.604"
|
||||
versionCode 605
|
||||
versionName "1.605"
|
||||
archivesBaseName = "FairEmail-v$versionName"
|
||||
|
||||
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
||||
// Upcoming: Echinodon
|
||||
buildConfigField "String", "RELEASE_NAME", "\"Dinodocus\""
|
||||
buildConfigField "String", "RELEASE_NAME", "\"Echinodon\""
|
||||
|
||||
javaCompileOptions {
|
||||
annotationProcessorOptions {
|
||||
|
|
Loading…
Reference in a new issue