From c462c9255e3f8600402f5584f0852bb762977f6b Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sat, 15 Oct 2022 14:51:02 -0400 Subject: [PATCH] let's separate Android from not Android --- android/app/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 0f65069e04..5e5bc2d52d 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -50,7 +50,6 @@ android { dependencies { implementation project(':ecu_io') implementation project(':logging-api') - implementation project(':shared_io') implementation project(':models') implementation libs.annotations