Fix build liblinphone tester

This commit is contained in:
Erwan Croze 2017-04-28 10:02:37 +02:00
parent 5da51b9c33
commit e8e2eb53ed

View file

@ -28,6 +28,13 @@ apply plugin: 'com.android.application'
dependencies {
androidTestCompile group: 'org.apache.commons', name: 'commons-compress', version: '1.5'
androidTestCompile group: 'junit', name: 'junit', version: '4.12'
androidTestCompile group: 'com.jayway.android.robotium', name: 'robotium', version: '5.6.3'
androidTestCompile fileTree(dir: 'libs', include: 'android-junit-report*.jar')
compile group: 'org.apache.commons', name: 'commons-compress', version: '1.5'
compile group: 'junit', name: 'junit', version: '4.12'
compile group: 'com.jayway.android.robotium', name: 'robotium-solo', version: '5.6.3'
compile fileTree(dir: 'libs', include: 'android-junit-report*.jar')
compile project(":libLinphoneAndroidSdk")
}