add cbor dependency

This commit is contained in:
Andreas Shimokawa 2022-09-19 21:45:58 +02:00
parent 259a422de6
commit 0f44d8cbf2
1 changed files with 1 additions and 0 deletions

View File

@ -248,6 +248,7 @@ dependencies {
implementation "com.github.pfichtner:durationformatter:0.1.1"
implementation "de.cketti.library.changelog:ckchangelog:1.2.2"
implementation "net.e175.klaus:solarpositioning:0.0.9"
implementation "co.nstant.in:cbor:0.9"
// use pristine greendao instead of our custom version, since our custom jitpack-packaged
// version contains way too much and our custom patches are in the generator only.
implementation "org.greenrobot:greendao:2.2.1"