Closed getmidas-baris-basturk closed 5 months ago
Just disabling the Koin logger can help. Is this your case here?
Hi @arnaudgiuliani, can you clarify what you mean by disabling the logger? If you mean to set the log level to none, that does not work. Without the proguard rules above, the logging statements remain in the final APK even though they are turned off.
I have created a sample project to demonstrate the issue however it seems to work fine. There must be some sort of a misconfiguration on our end thus I am closing the issue.
Hi, I could not find a reference for the ProGuard configuration for Android. I want to remove the logging related statements from the release APK. I tried the following and it seemed to work:
Is this solution acceptable?