We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8e966 commit 50ff44aCopy full SHA for 50ff44a
.github/workflows/build_android.yml
@@ -35,8 +35,8 @@ jobs:
35
- { ARCH: arm, API: 21, PYVER: 3.12.7 }
36
- { ARCH: arm64, API: 21, PYVER: 3.12.7 }
37
38
- - { ARCH: arm, API: 21, PYVER: 3.13.0 }
39
- - { ARCH: arm64, API: 21, PYVER: 3.13.0 }
+ - { ARCH: arm, API: 23, PYVER: 3.13.0 }
+ - { ARCH: arm64, API: 23, PYVER: 3.13.0 }
40
steps:
41
- name: Checkout main repo
42
uses: actions/checkout@v4
0 commit comments