Fix liblinphone_tester build
This commit is contained in:
parent
1da9d2d0cd
commit
8329f416f8
1 changed files with 2 additions and 2 deletions
|
@ -27,11 +27,11 @@ allprojects {
|
|||
apply plugin: 'com.android.application'
|
||||
|
||||
dependencies {
|
||||
androidTestCompile group: 'org.apache.commons', name: 'commons-compress', version: '1.5'
|
||||
androidTestCompile group: 'org.apache.commons', name: 'commons-compress', version: '1.14'
|
||||
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: 'org.apache.commons', name: 'commons-compress', version: '1.14'
|
||||
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')
|
||||
|
|
Loading…
Reference in a new issue