Skip to content

Commit

Permalink
1.1247 release
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Jul 8, 2020
1 parent 5b0190a commit 5a3b2f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ android {
applicationId "eu.faircode.email"
minSdkVersion 21
targetSdkVersion 30
versionCode 1246
versionName "1.1246"
versionCode 1247
versionName "1.1247"
archivesBaseName = "FairEmail-v$versionName"

// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
buildConfigField "String", "RELEASE_NAME", "\"Lambeosaurus\""
buildConfigField "String", "RELEASE_NAME", "\"Mahakala\""

javaCompileOptions {
annotationProcessorOptions {
Expand Down

0 comments on commit 5a3b2f2

Please sign in to comment.