mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-25 01:06:04 +00:00
1.1338 Thanos
This commit is contained in:
parent
9f32ca6fba
commit
8bf696c7b1
1 changed files with 3 additions and 3 deletions
|
@ -12,12 +12,12 @@ android {
|
|||
applicationId "eu.faircode.email"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 30
|
||||
versionCode 1337
|
||||
versionName "1.1337"
|
||||
versionCode 1338
|
||||
versionName "1.1338"
|
||||
archivesBaseName = "FairEmail-v$versionName"
|
||||
|
||||
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
||||
buildConfigField "String", "RELEASE_NAME", "\"Scipionyx\""
|
||||
buildConfigField "String", "RELEASE_NAME", "\"Thanos\""
|
||||
|
||||
javaCompileOptions {
|
||||
annotationProcessorOptions {
|
||||
|
|
Loading…
Reference in a new issue