Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Update CBOR lib to latest version (EXPOSUREAPP-11339) #4696

Merged
merged 3 commits into from
Jan 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Corona-Warn-App/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ dependencies {
implementation "com.airbnb.android:lottie:3.5.0"

// HCert
implementation("com.upokecenter:cbor:4.4.1")
implementation("com.upokecenter:cbor:4.5")

// ROOT
implementation 'com.scottyab:rootbeer-lib:0.1.0'
Expand Down