1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-09-08 23:50:40 +02:00

moved the junit test into an own package

This commit is contained in:
OliE
2017-12-30 10:14:17 +01:00
parent c547cd5739
commit f3e5174fcc
2 changed files with 5 additions and 4 deletions

View File

@@ -31,8 +31,7 @@ dependencies {
compile "com.android.support:support-v4:${supportLibVersion}"
compile "com.android.support:appcompat-v7:${supportLibVersion}"
compile 'com.github.lecho:hellocharts-library:1.5.8@aar'
testCompile 'junit:junit:4.12'
compile 'junit:junit:4.12'
}
tasks.withType(Test) {