Skip to content

Commit

Permalink
Prepare release of 2.0.0-beta04
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJette committed Sep 23, 2023
1 parent a33dc56 commit 7aa1bd2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Testify Change Log

## Unreleased
## 2.0.0-beta04

### Library

Expand Down
4 changes: 2 additions & 2 deletions Ext/Accessibility/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "dev.testify:plugin:2.0.0-beta03"
classpath "dev.testify:plugin:2.0.0-beta04"
}
}
```

**Application build.gradle**
```groovy
dependencies {
androidTestImplementation "dev.testify:testify-accessibility:2.0.0-beta03"
androidTestImplementation "dev.testify:testify-accessibility:2.0.0-beta04"
}
```

Expand Down
4 changes: 2 additions & 2 deletions Ext/Compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "dev.testify:plugin:2.0.0-beta03"
classpath "dev.testify:plugin:2.0.0-beta04"
}
}
```

**Application build.gradle**
```groovy
dependencies {
androidTestImplementation "dev.testify:testify-compose:2.0.0-beta03"
androidTestImplementation "dev.testify:testify-compose:2.0.0-beta04"
androidTestImplementation "androidx.test:rules:1.5.0"
androidTestImplementation "androidx.compose.ui:ui-test-junit4:1.4.3"
}
Expand Down
4 changes: 2 additions & 2 deletions Ext/Fullscreen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "dev.testify:plugin:2.0.0-beta03"
classpath "dev.testify:plugin:2.0.0-beta04"
}
}
```

**Application build.gradle**
```groovy
dependencies {
androidTestImplementation "dev.testify:testify-fullscreen:2.0.0-beta03"
androidTestImplementation "dev.testify:testify-fullscreen:2.0.0-beta04"
}
```

Expand Down
Binary file modified Plugins/Gradle/jar/Plugin-local.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "dev.testify:plugin:2.0.0-beta03"
classpath "dev.testify:plugin:2.0.0-beta04"
}
}
```
Expand Down

0 comments on commit 7aa1bd2

Please sign in to comment.