Skip to content

Commit

Permalink
use release sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
simonroesch committed Dec 22, 2020
1 parent e21846e commit 9d049b0
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 @@ -152,7 +152,7 @@ sonarqube {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])

def dp3t_sdk_version = '2.0.1-dev-37'
def dp3t_sdk_version = '2.0.1'
devImplementation "org.dpppt:dp3t-sdk-android:$dp3t_sdk_version-calibration"
teschtImplementation "org.dpppt:dp3t-sdk-android:$dp3t_sdk_version"
abnahmeImplementation "org.dpppt:dp3t-sdk-android:$dp3t_sdk_version"
Expand Down

0 comments on commit 9d049b0

Please sign in to comment.