From bd454528db1ac4093302e9e8761467d092b52ecd Mon Sep 17 00:00:00 2001 From: Ben Lee Date: Fri, 24 May 2024 13:35:59 -0700 Subject: [PATCH] Update presubmit.yml --- .bazelci/presubmit.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 9d37aacc5..156595c94 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -69,7 +69,7 @@ tasks: name: "Example - Android" platform: ubuntu1804 working_directory: examples/android - bazel: last_green + bazel: 8.0.0-pre.20240206.3 test_flags: - "--incompatible_enable_android_toolchain_resolution" - "--android_platforms=//:arm64-v8a" @@ -80,7 +80,7 @@ tasks: name: "Example Bzlmod - Android" platform: ubuntu1804 working_directory: examples/android - bazel: last_green + bazel: 8.0.0-pre.20240206.3 test_flags: - "--incompatible_enable_android_toolchain_resolution" - "--android_platforms=//:arm64-v8a" @@ -103,7 +103,7 @@ tasks: name: "Example - Anvil" platform: ubuntu1804 working_directory: examples/anvil - bazel: last_green + bazel: 8.0.0-pre.20240206.3 test_flags: - "--incompatible_enable_android_toolchain_resolution" - "--android_platforms=//:arm64-v8a" @@ -193,7 +193,7 @@ tasks: name: "Example - Jetpack Compose" platform: ubuntu1804 working_directory: examples/jetpack_compose - bazel: last_green + bazel: 8.0.0-pre.20240206.3 test_flags: - "--incompatible_enable_android_toolchain_resolution" - "--android_platforms=//:arm64-v8a"