Search code examples
androidandroid-gradle-pluginapkandroid-proguardapktool

Android proguarded apk still readable


I tried to proguard my app. It successfully obfuscated the apk. However, when i try to view the java code of my apk using Apk_oneclick, I am able to. I have created a release version of my apk. Still the problem persist. Any help would be much appreciated.

Thanks in advance.

build.gradle:

enter image description here

Proguard Rules:

enter image description here

Java code from the release-apk:

enter image description here


Solution

  • Got it working. Cleaned the project and ran the same with some changes in the Proguard rules.