androidTest: Add proguard file for test
For now we use the same as for other configurations.
This commit is contained in:
@@ -189,6 +189,7 @@ android {
|
||||
debug {
|
||||
minifyEnabled true
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
testProguardFile('proguard-rules.pro')
|
||||
|
||||
applicationIdSuffix ".debug"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user