From 0f44d8cbf274dd28c859ac6698e53a878f1c86cf Mon Sep 17 00:00:00 2001 From: Andreas Shimokawa Date: Mon, 19 Sep 2022 21:45:58 +0200 Subject: [PATCH] add cbor dependency --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle b/app/build.gradle index 9875bc086..d3483ea78 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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"