Skip to content

Commit

Permalink
1.828 release
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Nov 30, 2019
1 parent 7232990 commit d106491
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Expand Up @@ -13,12 +13,12 @@ android {
applicationId "eu.faircode.email"
minSdkVersion 21
targetSdkVersion 29
versionCode 827
versionName "1.827"
versionCode 828
versionName "1.828"
archivesBaseName = "FairEmail-v$versionName"

// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
buildConfigField "String", "RELEASE_NAME", "\"Deinonychus\""
buildConfigField "String", "RELEASE_NAME", "\"Eolambia\""

javaCompileOptions {
annotationProcessorOptions {
Expand Down

0 comments on commit d106491

Please sign in to comment.