From 0cbfc64427d4a6a1cc53fa6d76085f8b47901a27 Mon Sep 17 00:00:00 2001 From: Vinay Gaba Date: Mon, 18 Sep 2023 20:12:57 -0700 Subject: [PATCH] Fix failing tests --- sample-submodule-2/build.gradle | 2 +- sample-submodule/build.gradle | 2 +- sample/build.gradle | 2 +- showkase-browser-testing-submodule-2/build.gradle | 2 +- showkase-browser-testing-submodule/build.gradle | 2 +- showkase-browser-testing/build.gradle | 2 +- showkase-processor-testing/build.gradle | 2 +- showkase-screenshot-testing-paparazzi-sample/build.gradle | 2 +- showkase-screenshot-testing-paparazzi/build.gradle | 2 +- showkase-screenshot-testing-shot/build.gradle | 2 +- showkase-screenshot-testing/build.gradle | 2 +- showkase/build.gradle | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/sample-submodule-2/build.gradle b/sample-submodule-2/build.gradle index f5db1f7c..351a3198 100644 --- a/sample-submodule-2/build.gradle +++ b/sample-submodule-2/build.gradle @@ -20,7 +20,7 @@ android { defaultConfig { minSdkVersion 21 - targetSdkVersion 32 + targetSdkVersion 33 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/sample-submodule/build.gradle b/sample-submodule/build.gradle index 36082002..b6e141a3 100644 --- a/sample-submodule/build.gradle +++ b/sample-submodule/build.gradle @@ -21,7 +21,7 @@ android { defaultConfig { minSdkVersion 21 - targetSdkVersion 32 + targetSdkVersion 33 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/sample/build.gradle b/sample/build.gradle index 572d136c..373ab54c 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -24,7 +24,7 @@ android { defaultConfig { applicationId "com.airbnb.android.showkasesample" minSdkVersion 21 - targetSdkVersion 32 + targetSdkVersion 33 versionCode 1 versionName "1.0" testInstrumentationRunner "com.karumi.shot.ShotTestRunner" diff --git a/showkase-browser-testing-submodule-2/build.gradle b/showkase-browser-testing-submodule-2/build.gradle index f92db302..b188c51b 100644 --- a/showkase-browser-testing-submodule-2/build.gradle +++ b/showkase-browser-testing-submodule-2/build.gradle @@ -22,7 +22,7 @@ android { } defaultConfig { minSdkVersion 26 - targetSdkVersion 32 + targetSdkVersion 33 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" // The following argument makes the Android Test Orchestrator run its // "pm clear" command after each test invocation. This command ensures diff --git a/showkase-browser-testing-submodule/build.gradle b/showkase-browser-testing-submodule/build.gradle index f92db302..b188c51b 100644 --- a/showkase-browser-testing-submodule/build.gradle +++ b/showkase-browser-testing-submodule/build.gradle @@ -22,7 +22,7 @@ android { } defaultConfig { minSdkVersion 26 - targetSdkVersion 32 + targetSdkVersion 33 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" // The following argument makes the Android Test Orchestrator run its // "pm clear" command after each test invocation. This command ensures diff --git a/showkase-browser-testing/build.gradle b/showkase-browser-testing/build.gradle index 621c4522..0d503549 100644 --- a/showkase-browser-testing/build.gradle +++ b/showkase-browser-testing/build.gradle @@ -30,7 +30,7 @@ android { defaultConfig { minSdkVersion 26 - targetSdkVersion 32 + targetSdkVersion 33 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" // The following argument makes the Android Test Orchestrator run its // "pm clear" command after each test invocation. This command ensures diff --git a/showkase-processor-testing/build.gradle b/showkase-processor-testing/build.gradle index 29201715..a5dede60 100644 --- a/showkase-processor-testing/build.gradle +++ b/showkase-processor-testing/build.gradle @@ -19,7 +19,7 @@ android { } defaultConfig { minSdkVersion 26 - targetSdkVersion 32 + targetSdkVersion 33 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" // The following argument makes the Android Test Orchestrator run its // "pm clear" command after each test invocation. This command ensures diff --git a/showkase-screenshot-testing-paparazzi-sample/build.gradle b/showkase-screenshot-testing-paparazzi-sample/build.gradle index 6c302915..ebbf27ac 100644 --- a/showkase-screenshot-testing-paparazzi-sample/build.gradle +++ b/showkase-screenshot-testing-paparazzi-sample/build.gradle @@ -32,7 +32,7 @@ android { } defaultConfig { minSdkVersion 21 - targetSdkVersion 32 + targetSdkVersion 33 // The following argument makes the Android Test Orchestrator run its // "pm clear" command after each test invocation. This command ensures // that the app's state is completely cleared between tests. diff --git a/showkase-screenshot-testing-paparazzi/build.gradle b/showkase-screenshot-testing-paparazzi/build.gradle index 5cf76fc7..711d6698 100644 --- a/showkase-screenshot-testing-paparazzi/build.gradle +++ b/showkase-screenshot-testing-paparazzi/build.gradle @@ -42,7 +42,7 @@ android { defaultConfig { minSdk 21 - targetSdk 32 + targetSdk 33 consumerProguardFiles "consumer-rules.pro" } diff --git a/showkase-screenshot-testing-shot/build.gradle b/showkase-screenshot-testing-shot/build.gradle index 586b021c..b01dbb69 100644 --- a/showkase-screenshot-testing-shot/build.gradle +++ b/showkase-screenshot-testing-shot/build.gradle @@ -18,7 +18,7 @@ android { defaultConfig { testApplicationId "com.airbnb.android.showkase.screenshot.testing.shot" minSdkVersion 21 - targetSdkVersion 32 + targetSdkVersion 33 testInstrumentationRunner "com.karumi.shot.ShotTestRunner" // The following argument makes the Android Test Orchestrator run its // "pm clear" command after each test invocation. This command ensures diff --git a/showkase-screenshot-testing/build.gradle b/showkase-screenshot-testing/build.gradle index 27100cc1..f8c77d52 100644 --- a/showkase-screenshot-testing/build.gradle +++ b/showkase-screenshot-testing/build.gradle @@ -14,7 +14,7 @@ android { } defaultConfig { minSdkVersion 21 - targetSdkVersion 32 + targetSdkVersion 33 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" // The following argument makes the Android Test Orchestrator run its // "pm clear" command after each test invocation. This command ensures diff --git a/showkase/build.gradle b/showkase/build.gradle index 85ba6055..06e1ee22 100644 --- a/showkase/build.gradle +++ b/showkase/build.gradle @@ -9,7 +9,7 @@ android { defaultConfig { minSdkVersion 21 - targetSdkVersion 32 + targetSdkVersion 33 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles "consumer-rules.pro"