Skip to content

Commit

Permalink
Merge pull request #425 from SwissCovid/bugfix/update-sdk
Browse files Browse the repository at this point in the history
Update SDK
  • Loading branch information
simonroesch authored Apr 5, 2022
2 parents 7e56ff7 + 7cec861 commit 2bef527
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 @@ -24,8 +24,8 @@ android {
applicationId "ch.admin.bag.dp3t"
minSdkVersion 23
targetSdkVersion 30
versionCode 24000
versionName "2.4.0"
versionCode 24100
versionName "2.4.1"
resConfigs "en", "fr", "de", "it", "pt", "es", "sq", "bs", "hr", "sr", "rm", "tr", "ti"

buildConfigField "long", "BUILD_TIME", readPropertyWithDefault('buildTimestamp', System.currentTimeMillis()) + 'L'
Expand Down 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.1'
def dp3t_sdk_version = '2.3.2'
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 2bef527

Please sign in to comment.