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