Skip to content

Commit

Permalink
Update More.AndroidSupportStatus.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rotemmiz authored Oct 3, 2017
1 parent ba53b57 commit e36ebcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/More.AndroidSupportStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Setup is not fully figured out yet, we want to make the setup with as little con
- Add the detox Android project as an androidTestCompile dependency.
- Add an androidTest type test to your test suite. [Example.](../examples/demo-react-native/android/app/src/androidTest/java/com/example/DetoxTest.java)

```
```gradle
androidTestCompile(project(path: ":detox", configuration: "oldOkhttpDebug"), {
exclude group: 'com.android.support', module: 'support-annotations'
})
Expand All @@ -25,7 +25,7 @@ Detox Android is a standard Android integration test. Although, it is completely

It uses Espresso internally, therefore you have to use an AndroidJUnitRunner as your test runner (or a subclass of it).

```
```gradle
android {
defaultConfig {
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit e36ebcf

Please sign in to comment.