This repository was archived by the owner on Jul 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ android {
13
13
14
14
testApplicationId " com.zulip.android.test"
15
15
testInstrumentationRunner " android.test.InstrumentationTestRunner"
16
+ testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
16
17
}
17
18
signingConfigs {
18
19
debug {
@@ -53,6 +54,23 @@ dependencies {
53
54
compile ' commons-lang:commons-lang:2.6'
54
55
compile ' org.ccil.cowan.tagsoup:tagsoup:1.2.1'
55
56
compile files(' libs/crashlytics.jar' )
57
+ androidTestCompile(' com.android.support.test.espresso:espresso-core:2.2.2' ) {
58
+ exclude group : ' com.android.support'
59
+ }
60
+ androidTestCompile(' com.android.support.test:runner:0.5' ) {
61
+ exclude group : ' com.android.support'
62
+ }
63
+ androidTestCompile(' com.android.support.test:rules:0.5' ) {
64
+ exclude group : ' com.android.support'
65
+ }
66
+ androidTestCompile(' com.android.support.test.espresso:espresso-contrib:2.2.2' ) {
67
+ exclude group : ' com.android.support'
68
+ }
69
+ androidTestCompile(' com.android.support:support-annotations:23.3.0' ) {
70
+ exclude group : ' com.android.support'
71
+ }
72
+
73
+ testCompile ' junit:junit:4.12'
56
74
}
57
75
58
76
apply plugin : ' com.google.gms.google-services'
You can’t perform that action at this time.
0 commit comments