From 0b2e81f0a25094c24cd0dd2610bfcb59058d6962 Mon Sep 17 00:00:00 2001 From: evgeny Date: Fri, 20 Feb 2026 17:02:44 +0000 Subject: [PATCH] chore: update Android API levels in workflow matrix drop 19, according to Android studio there is 0% of android 19 users --- .github/workflows/emulate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/emulate.yml b/.github/workflows/emulate.yml index 4773f61b9..33e43b0fc 100644 --- a/.github/workflows/emulate.yml +++ b/.github/workflows/emulate.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - android-api-level: [ 19, 21, 24, 29 ] + android-api-level: [ 21, 24, 29, 35 ] steps: - name: checkout