mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-30 19:56:10 +00:00
1.772 release
This commit is contained in:
parent
2cb077da3b
commit
d4905b86e1
1 changed files with 3 additions and 3 deletions
|
@ -13,12 +13,12 @@ android {
|
|||
applicationId "eu.faircode.email"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
versionCode 771
|
||||
versionName "1.771"
|
||||
versionCode 772
|
||||
versionName "1.772"
|
||||
archivesBaseName = "FairEmail-v$versionName"
|
||||
|
||||
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
||||
buildConfigField "String", "RELEASE_NAME", "\"Wuerhosaurus\""
|
||||
buildConfigField "String", "RELEASE_NAME", "\"Xuanhanosaurus\""
|
||||
|
||||
javaCompileOptions {
|
||||
annotationProcessorOptions {
|
||||
|
|
Loading…
Reference in a new issue