Skip to content

Commit

Permalink
Prepare 2.0.0-beta03
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJette committed Sep 9, 2023
1 parent f2c50d1 commit 9819c36
Show file tree
Hide file tree
Showing 6 changed files with 210 additions and 108 deletions.
302 changes: 202 additions & 100 deletions CHANGELOG.md

Large diffs are not rendered by default.

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-beta01"
classpath "dev.testify:plugin:2.0.0-beta03"
}
}
```

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

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-beta01"
classpath "dev.testify:plugin:2.0.0-beta03"
}
}
```

**Application build.gradle**
```groovy
dependencies {
androidTestImplementation "dev.testify:testify-compose:2.0.0-beta01"
androidTestImplementation "dev.testify:testify-compose:2.0.0-beta03"
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-beta01"
classpath "dev.testify:plugin:2.0.0-beta03"
}
}
```

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

Expand Down
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-beta01"
classpath "dev.testify:plugin:2.0.0-beta03"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ buildscript {
'material' : '1.9.0', // https://material.io/develop/android/docs/getting-started/
'mockk' : '1.13.5', // https://central.sonatype.com/artifact/io.mockk/mockk/1.13.4/versions
'slf4j' : '2.0.6',
'testify' : '2.0.0-beta02', // https://github.com/ndtp/android-testify/releases
'testify' : '2.0.0-beta03', // https://github.com/ndtp/android-testify/releases
]
coreVersions = [
'compileSdk': 33,
Expand Down

0 comments on commit 9819c36

Please sign in to comment.