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)