Skip to content

Commit

Permalink
1.1254 release
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Jul 17, 2020
1 parent ee0a138 commit e4558ae
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 1253
versionName "1.1253"
versionCode 1254
versionName "1.1254"
archivesBaseName = "FairEmail-v$versionName"

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

javaCompileOptions {
annotationProcessorOptions {
Expand Down

0 comments on commit e4558ae

Please sign in to comment.