From 5cfad624a3f2a6c242d4a0654ff518cb38e68387 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Fri, 29 Jul 2022 14:09:49 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d56ad35..399e046 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,7 +2,7 @@ kind: pipeline name: build and publish site steps: - name: build apk - image: itsblue.dev/plugins/qt-android + image: itsblue.dev/plugins/qt-android:5.15.5-1 settings: qmake_attributes: "CONFIG+=release" androiddeployqt_attributes: "--aab"