Skip to content

Commit

Permalink
Add proguard to :core:common
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamlooker committed Oct 7, 2023
1 parent ef9f041 commit 238a27d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/common/proguard.pro
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 238a27d

Please sign in to comment.