remove no longer needed installation of sdk 26

This commit is contained in:
Philipp Crocoll
2025-06-18 02:09:36 +02:00
parent 56c4cdb321
commit a6bc5e657c

View File

@@ -72,12 +72,6 @@ jobs:
- name: Display java version
run: java -version
# Some components of Keepass2Android currently target android API 26 which are not available on the runner
- name: Download android-26 API
shell: cmd
run: |
%ANDROID_SDK_ROOT%\cmdline-tools\latest\bin\sdkmanager --install "platforms;android-26"
- name: Build native dependencies
shell: cmd
run: |