From 70a7c371df30cbeb154e089e9c06cedcd261cbd7 Mon Sep 17 00:00:00 2001 From: rahullohra Date: Tue, 21 Jul 2026 13:30:14 +0530 Subject: [PATCH] chore: run e2e cron on android 16 --- .github/workflows/e2e-test-cron.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e-test-cron.yml b/.github/workflows/e2e-test-cron.yml index 283704256a..b6d2522825 100644 --- a/.github/workflows/e2e-test-cron.yml +++ b/.github/workflows/e2e-test-cron.yml @@ -35,6 +35,7 @@ jobs: strategy: matrix: include: + - android_api_level: 36 - android_api_level: 35 - android_api_level: 34 - android_api_level: 33