From 6644d16a9250eed194e4bae250fb808f4ae9ab81 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Mon, 6 Feb 2023 08:57:07 +0100 Subject: [PATCH] Chore: update qt-andrioid version --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6546da8..9e2c943 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: - git submodule update --init --recursive - name: build app - image: itsblue.dev/plugins/qt-android:5.15.5-3 + image: itsblue.dev/plugins/qt-android:5.15.5-4 settings: qmake_arguments: "CONFIG+=release" androiddeployqt_arguments: "--android-platform android-31 --aab"