Skip to content

Commit

Permalink
Update gh-pages to beta03
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJette committed Sep 9, 2023
1 parent cebd586 commit 2610898
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/docs/extensions/accessibility/1-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "dev.testify:plugin:2.0.0-beta01"
classpath "dev.testify:plugin:2.0.0-beta03"
}
}
```
Expand All @@ -25,6 +25,6 @@ The Android Testify Accessibility Checks extension is packaged as a separate art
**Application build.gradle**
```groovy
dependencies {
androidTestImplementation "dev.testify:testify-accessibility:2.0.0-beta01"
androidTestImplementation "dev.testify:testify-accessibility:2.0.0-beta03"
}
```
4 changes: 2 additions & 2 deletions docs/docs/extensions/compose/1-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "dev.testify:plugin:2.0.0-bet01"
classpath "dev.testify:plugin:2.0.0-beta03"
}
}
```
Expand All @@ -25,7 +25,7 @@ The Android Testify Compose extension is packaged as a separate artifact. You mu
**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 docs/docs/extensions/fullscreen/1-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "dev.testify:plugin:2.0.0-beta01"
classpath "dev.testify:plugin:2.0.0-beta03"
}
}
```
Expand All @@ -25,6 +25,6 @@ The Android Testify Fullscreen Capture Method extension is packaged as a separat
**Application build.gradle**
```groovy
dependencies {
androidTestImplementation "dev.testify:testify-fullscreen:2.0.0-beta01"
androidTestImplementation "dev.testify:testify-fullscreen:2.0.0-beta03"
}
```
2 changes: 1 addition & 1 deletion docs/docs/get-started/1-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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 docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const config = {
lastVersion: 'current',
versions: {
current: {
label: '2.0.0-beta01',
label: '2.0.0-beta03',
},
},
sidebarPath: require.resolve('./sidebars.js'),
Expand Down

0 comments on commit 2610898

Please sign in to comment.