androidTest: Add proguard file for test

For now we use the same as for other configurations.
This commit is contained in:
Andrea Torlaschi
2016-06-04 12:44:56 +02:00
parent 166ac9832b
commit 6cecb42389

View File

@@ -189,6 +189,7 @@ android {
debug {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
testProguardFile('proguard-rules.pro')
applicationIdSuffix ".debug"