Skip to content

Commit

Permalink
Update SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
gallmann-ubique committed Apr 5, 2022
1 parent 7e56ff7 commit 7cec861
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 7cec861

Please sign in to comment.