Skip to content

Commit

Permalink
version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonroesch committed May 22, 2020
1 parent 84832ff commit 3eec9b9
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.0 (22.5.2020)

- cleanup keyfiles after insertion

## Version 0.4.4 (22.5.2020)

- do not show sync error if syncing/tracing is disabled
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 @@ -20,8 +20,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 29
versionCode 44
versionName "0.4.4"
versionCode 50
versionName "0.5.0"
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 3eec9b9

Please sign in to comment.