From 2610898f25c8e42e5914858a6734bda6264b7ad5 Mon Sep 17 00:00:00 2001 From: Daniel Jette Date: Sat, 9 Sep 2023 17:20:33 -0400 Subject: [PATCH] Update gh-pages to beta03 --- docs/docs/extensions/accessibility/1-setup.md | 4 ++-- docs/docs/extensions/compose/1-setup.md | 4 ++-- docs/docs/extensions/fullscreen/1-setup.md | 4 ++-- docs/docs/get-started/1-setup.md | 2 +- docs/docusaurus.config.js | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/docs/extensions/accessibility/1-setup.md b/docs/docs/extensions/accessibility/1-setup.md index 2d134376..96036dc9 100644 --- a/docs/docs/extensions/accessibility/1-setup.md +++ b/docs/docs/extensions/accessibility/1-setup.md @@ -13,7 +13,7 @@ buildscript { mavenCentral() } dependencies { - classpath "dev.testify:plugin:2.0.0-beta01" + classpath "dev.testify:plugin:2.0.0-beta03" } } ``` @@ -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" } ``` diff --git a/docs/docs/extensions/compose/1-setup.md b/docs/docs/extensions/compose/1-setup.md index 7f4e9519..aed83e3e 100644 --- a/docs/docs/extensions/compose/1-setup.md +++ b/docs/docs/extensions/compose/1-setup.md @@ -13,7 +13,7 @@ buildscript { mavenCentral() } dependencies { - classpath "dev.testify:plugin:2.0.0-bet01" + classpath "dev.testify:plugin:2.0.0-beta03" } } ``` @@ -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" } diff --git a/docs/docs/extensions/fullscreen/1-setup.md b/docs/docs/extensions/fullscreen/1-setup.md index 4b060389..ee7a1962 100644 --- a/docs/docs/extensions/fullscreen/1-setup.md +++ b/docs/docs/extensions/fullscreen/1-setup.md @@ -13,7 +13,7 @@ buildscript { mavenCentral() } dependencies { - classpath "dev.testify:plugin:2.0.0-beta01" + classpath "dev.testify:plugin:2.0.0-beta03" } } ``` @@ -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" } ``` diff --git a/docs/docs/get-started/1-setup.md b/docs/docs/get-started/1-setup.md index ac6280bc..c289a0aa 100644 --- a/docs/docs/get-started/1-setup.md +++ b/docs/docs/get-started/1-setup.md @@ -9,7 +9,7 @@ buildscript { mavenCentral() } dependencies { - classpath "dev.testify:plugin:2.0.0-beta01" + classpath "dev.testify:plugin:2.0.0-beta03" } } ``` diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index c26c2b51..d2eb015c 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -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'),