From 238a27d49de52ded679e88dc96be9fad7f211f0a Mon Sep 17 00:00:00 2001 From: LooKeR Date: Sat, 7 Oct 2023 10:19:17 +0530 Subject: [PATCH] Add proguard to `:core:common` --- core/common/proguard.pro | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 core/common/proguard.pro diff --git a/core/common/proguard.pro b/core/common/proguard.pro new file mode 100644 index 000000000..e87830b78 --- /dev/null +++ b/core/common/proguard.pro @@ -0,0 +1,6 @@ +-dontobfuscate + +# Disable ServiceLoader reproducibility-breaking optimizations +-keep class kotlinx.coroutines.CoroutineExceptionHandler +-keep class kotlinx.coroutines.internal.MainDispatcherFactory +-keep class com.looker.core.common.R$drawable \ No newline at end of file