Skip to content

Commit

Permalink
1.642 release
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Aug 10, 2019
1 parent a738b2e commit 48e636e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ android {
applicationId "eu.faircode.email"
minSdkVersion 21
targetSdkVersion 29
versionCode 641
versionName "1.641"
versionCode 642
versionName "1.642"
archivesBaseName = "FairEmail-v$versionName"

// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
// Hypsilophodon, Iguanodon
buildConfigField "String", "RELEASE_NAME", "\"Gastonia\""
// Iguanodon
buildConfigField "String", "RELEASE_NAME", "\"Hypsilophodon\""

javaCompileOptions {
annotationProcessorOptions {
Expand Down

0 comments on commit 48e636e

Please sign in to comment.