From 169d4ec401f742d8837dbcc0361ae1424ce4eb7e Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sat, 15 Oct 2022 19:37:33 -0400 Subject: [PATCH] let's separate Android from not Android --- android/app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/app/build.gradle b/android/app/build.gradle index b2696f7560..1cde7e2f2d 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -51,6 +51,7 @@ dependencies { implementation project(':ecu_io') implementation project(':logging-api') implementation project(':models') + implementation global_libs.annotations def acraVersion = '5.7.0' implementation "ch.acra:acra-http:$acraVersion"