androidTest: Add proguard file for test

For now we use the same as for other configurations.
This commit is contained in:
Andrea Torlaschi
2016-07-12 21:43:12 +02:00
parent 166ac9832b
commit 6cecb42389
+1
View File
@@ -189,6 +189,7 @@ android {
debug {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
testProguardFile('proguard-rules.pro')
applicationIdSuffix ".debug"