Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
martingrossmann committed Jan 11, 2024
1 parent b94ab3d commit 3e2137a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ It will register with Testerra Hooking system and uses the event bus to react on

### Requirements

| Appium connector | Testerra |
|------------------|---------------|
| `>=1.1` | `>=1.3` |
| `>=2.0` | `>=2.0` |
| Appium connector | Testerra |
|------------------|-------------|
| `>=1.1` | `>=1.3` |
| `2.0 - 2.2` | `2.0 - 2.3` |

### Usage

Expand All @@ -41,9 +41,9 @@ Gradle:

```groovy
// Version from this module
implementation 'io.testerra:appium:2.1'
implementation 'io.testerra:appium:2.2'
// Used Testerra version
implementation 'io.testerra:driver-ui:2.1'
implementation 'io.testerra:driver-ui:2.2'
implementation 'io.appium:java-client:7.3.0'
```

Expand All @@ -54,13 +54,13 @@ Maven:
<dependency>
<groupId>io.testerra</groupId>
<artifactId>appium</artifactId>
<version>2.1</version>
<version>2.2</version>
</dependency>
<!-- Used Testerra version -->
<dependency>
<groupId>io.testerra</groupId>
<artifactId>driver-ui</artifactId>
<version>2.1</version>
<version>2.2</version>
</dependency>
<dependency>
<groupId>io.appium</groupId>
Expand Down

0 comments on commit 3e2137a

Please sign in to comment.