mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-23 16:25:30 +00:00
1.1355 release
This commit is contained in:
parent
62b96a9c48
commit
8d4f5ba098
1 changed files with 3 additions and 3 deletions
|
@ -12,12 +12,12 @@ android {
|
||||||
applicationId "eu.faircode.email"
|
applicationId "eu.faircode.email"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 1354
|
versionCode 1355
|
||||||
versionName "1.1354"
|
versionName "1.1355"
|
||||||
archivesBaseName = "FairEmail-v$versionName"
|
archivesBaseName = "FairEmail-v$versionName"
|
||||||
|
|
||||||
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
||||||
buildConfigField "String", "RELEASE_NAME", "\"Uteodon\""
|
buildConfigField "String", "RELEASE_NAME", "\"Vulcanodon\""
|
||||||
|
|
||||||
javaCompileOptions {
|
javaCompileOptions {
|
||||||
annotationProcessorOptions {
|
annotationProcessorOptions {
|
||||||
|
|
Loading…
Reference in a new issue