Skip to content

Commit

Permalink
Merge pull request #395 from SwissCovid/bugfix/update-dp3t-sdk
Browse files Browse the repository at this point in the history
update to latest dp3t sdk
  • Loading branch information
simonroesch authored Jul 7, 2021
2 parents 6a7346d + 6696426 commit 153bed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'

def dp3t_sdk_version = '2.3.0'
def dp3t_sdk_version = '2.3.1'
devImplementation "org.dpppt:dp3t-sdk-android:$dp3t_sdk_version-calibration"
abnahmeImplementation "org.dpppt:dp3t-sdk-android:$dp3t_sdk_version"
prodImplementation "org.dpppt:dp3t-sdk-android:$dp3t_sdk_version"
Expand Down

0 comments on commit 153bed4

Please sign in to comment.