From df068185192c89a43d79c833d10c12ad1758670f Mon Sep 17 00:00:00 2001 From: Mahmudul Hasan Shohag Date: Sun, 29 Dec 2024 17:06:44 +0600 Subject: [PATCH] build: update actions --- app/build.gradle.kts | 2 +- .../whynotcompose/benchmarks/GeneralActions.kt | 2 +- .../org/imaginativeworld/whynotcompose/benchmarks/Utils.kt | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 8cd9dda..c9c39e5 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -46,7 +46,7 @@ android { minSdk = BuildConfigConst.minSdk targetSdk = BuildConfigConst.targetSdk versionCode = (findProperty("android.injected.version.code") as? String)?.toIntOrNull() ?: 1 - versionName = "7.2.1.${getCurrentDateAsYYMMDD()}" // Major.Minor.Patch.YYMMDD + versionName = "7.2.2.${getCurrentDateAsYYMMDD()}" // Major.Minor.Patch.YYMMDD vectorDrawables.useSupportLibrary = true testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" diff --git a/benchmarks/src/main/kotlin/org/imaginativeworld/whynotcompose/benchmarks/GeneralActions.kt b/benchmarks/src/main/kotlin/org/imaginativeworld/whynotcompose/benchmarks/GeneralActions.kt index a9edb99..e1de064 100644 --- a/benchmarks/src/main/kotlin/org/imaginativeworld/whynotcompose/benchmarks/GeneralActions.kt +++ b/benchmarks/src/main/kotlin/org/imaginativeworld/whynotcompose/benchmarks/GeneralActions.kt @@ -80,7 +80,7 @@ fun MacrobenchmarkScope.commonModuleTraverseActions( for (i in 0.. { if (!wait(Until.hasObject(selector), timeout)) { - throw AssertionError("Element not found on screen in ${timeout}ms (selector=$selector)") + throw AssertionError("Elements not found on screen in ${timeout}ms (selector=$selector)") } return findObjects(selector)