From 60ac9bddb0fee4e3a6842c312687950f047e44c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Guti=C3=A9rrez=20de=20Quevedo=20P=C3=A9?= =?UTF-8?q?rez?= Date: Tue, 25 Nov 2025 11:16:39 +0100 Subject: [PATCH] fix stuff --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5cc1ff0..62cfce6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: android-build steps: # Step 1: Build Debug APK - name: build-debug - image: cirrusci/android-sdk:latest + image: cirrusci/android-sdk:33 environment: GRADLE_USER_HOME: .gradle commands: @@ -17,7 +17,7 @@ steps: # Step 2: Build Release APK - name: build-release - image: cirrusci/android-sdk:latest + image: cirrusci/android-sdk:33 environment: GRADLE_USER_HOME: .gradle commands: @@ -29,7 +29,7 @@ steps: # Step 3: Run Unit Tests - name: run-tests - image: cirrusci/android-sdk:latest + image: cirrusci/android-sdk:33 environment: GRADLE_USER_HOME: .gradle commands: