configuration - Proguard not obfuscating in Android Studio -


i trying export signed apk, obfuscated proguard. after process, can see code , class names in decompiler tool. spent 1 day , can't understand missed.

in gradle file specified :

    buildtypes {         release {             apply plugin: 'maven'             minifyenabled false             proguardfiles getdefaultproguardfile('proguard-android.txt'), 'proguard-rules.pro'         }     } 

proguard-rules.pro empty. should specify else enable proguarding ? after decompilation

enter image description here

change minifyenabled true enable proguard in build configuration.


Comments

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -