Added Android 14 in pipeline

This commit is contained in:
budtmo
2024-01-04 11:59:34 +01:00
parent cabad42452
commit b9f02023b4
+1 -1
View File
@@ -51,7 +51,7 @@ jobs:
needs: release_base
strategy:
matrix:
android: ["9.0", "10.0", "11.0", "12.0", "13.0"]
android: ["9.0", "10.0", "11.0", "12.0", "13.0", "14.0"]
steps:
- name: Checkout the repo
uses: actions/checkout@v4