Skip to content

Commit

Permalink
Created debug build to investigate an error reported via mail
Browse files Browse the repository at this point in the history
  • Loading branch information
ironjan committed Feb 18, 2018
1 parent 7fa1522 commit 9105352
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app/CHANGELOG-de.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.6.19-1]
Added Hyperlog (Debug build).

## [0.6.19]
Mehrere Absturzquellen beseitigt.

Expand Down
3 changes: 3 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.6.19-1]
Added Hyperlog (Debug build).

## [0.6.19]
Fixed multiple crashes.

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
def versionMajor = 0 // incompatible API changes
def versionMinor = 6 // added functionality in a backwards-compatible manner
def versionPatch = 19 // backwards-compatible bug fixes
def versionBuild = 0 // bump for dogfood builds, public betas, etc.
def versionBuild = 1 // bump for dogfood builds, public betas, etc.

apply plugin: "com.android.application"
apply plugin: "kotlin-android"
Expand Down

0 comments on commit 9105352

Please sign in to comment.