convert android tests to junit tests

This commit is contained in:
Christian Schabesberger 2017-02-16 00:17:43 +01:00
parent a5252bb765
commit 477f182b43
12 changed files with 128 additions and 101 deletions

View file

@ -45,8 +45,8 @@ dependencies {
compile 'com.google.android.exoplayer:exoplayer:r1.5.5'
compile 'com.google.code.gson:gson:2.4'
compile 'com.nononsenseapps:filepicker:3.0.0'
compile 'ch.acra:acra:4.9.0'
testCompile 'junit:junit:4.12'
testCompile 'org.mockito:mockito-core:1.10.19'
compile 'ch.acra:acra:4.9.0'
compile 'com.google.android.gms:play-services-appindexing:8.4.0'
testCompile 'org.json:json:20160810'
}