Merge pull request #1886 from runnerway/test-01

Instrumented unit tests: fix for execution
This commit is contained in:
Dominik Schürmann
2016-08-15 08:11:48 +02:00
committed by GitHub
12 changed files with 119 additions and 143 deletions

View File

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