Fixed:Unit tests were not finishing correctly

This commit is contained in:
daniel oeh 2014-11-10 12:45:11 +01:00
parent 71a9f44264
commit 6035e8fee9
1 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,11 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
packagingOptions {
exclude 'META-INF/LICENSE.txt'
exclude 'META-INF/NOTICE.txt'
}
}
dependencies {