Skip to content

Commit

Permalink
use release version of sdks
Browse files Browse the repository at this point in the history
  • Loading branch information
simonroesch committed Jun 23, 2021
1 parent 3a9ae11 commit a0ab877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-dev-10'
def dp3t_sdk_version = '2.3.0'
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
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'

implementation 'com.google.protobuf:protobuf-lite:3.0.1'
api 'org.crowdnotifier:crowdnotifier-sdk-android:4.0.0-dev-18'
api 'org.crowdnotifier:crowdnotifier-sdk-android:4.0.0'
api 'com.google.android.gms:play-services-instantapps:17.0.0'

}

0 comments on commit a0ab877

Please sign in to comment.