I\'m using Android Studio v.1.0 My build file :
buildTypes {
debug {
minifyEnabled false
proguardFiles getDefaultProguardFile(\'prog
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
Following line in build.gradle file of your app module indicates the script of proguard needs to apply to your release build. It has two files:
proguard-android.txt
: is the default android proguard file, can be
found in D:\SDK\tools\proguard directory of SDK.