mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-02 13:14:39 +00:00
1.767 release
This commit is contained in:
parent
0b9bd66d50
commit
d6d9c0adb4
1 changed files with 3 additions and 3 deletions
|
@ -13,12 +13,12 @@ android {
|
||||||
applicationId "eu.faircode.email"
|
applicationId "eu.faircode.email"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 766
|
versionCode 767
|
||||||
versionName "1.766"
|
versionName "1.767"
|
||||||
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", "\"Velociraptor\""
|
buildConfigField "String", "RELEASE_NAME", "\"Wuerhosaurus\""
|
||||||
|
|
||||||
javaCompileOptions {
|
javaCompileOptions {
|
||||||
annotationProcessorOptions {
|
annotationProcessorOptions {
|
||||||
|
|
Loading…
Reference in a new issue