mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-04 06:20:26 +00:00
1.592 release
This commit is contained in:
parent
0e3d79db1d
commit
83ca643da8
1 changed files with 3 additions and 3 deletions
|
@ -13,12 +13,12 @@ android {
|
|||
applicationId "eu.faircode.email"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
versionCode 591
|
||||
versionName "1.591"
|
||||
versionCode 592
|
||||
versionName "1.592"
|
||||
archivesBaseName = "FairEmail-v$versionName"
|
||||
|
||||
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
||||
buildConfigField "String", "RELEASE_NAME", "\"Cetiosaurus\""
|
||||
buildConfigField "String", "RELEASE_NAME", "\"beta\""
|
||||
|
||||
javaCompileOptions {
|
||||
annotationProcessorOptions {
|
||||
|
|
Loading…
Reference in a new issue