Skip to content

Commit

Permalink
version 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
simonroesch committed Jun 12, 2020
1 parent 506f648 commit dd5fdb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for DP3T-SDK Android

## Version 0.5.6 (12.6.2020)

- increased time delta check to 10min

## Version 0.5.5 (11.6.2020)

- improve history logging
Expand Down
4 changes: 2 additions & 2 deletions dp3t-sdk/sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 29
versionCode 55
versionName "0.5.5"
versionCode 56
versionName "0.5.6"
testInstrumentationRunnerArgument 'androidx.benchmark.suppressErrors', 'EMULATOR,LOW-BATTERY,ACTIVITY-MISSING,DEBUGGABLE,UNLOCKED,UNSUSTAINED-ACTIVITY-MISSING'
testInstrumentationRunner "androidx.benchmark.junit4.AndroidBenchmarkRunner"

Expand Down

0 comments on commit dd5fdb9

Please sign in to comment.