From 44338d1502e4c346b4d2ec650170d8d4033895bf Mon Sep 17 00:00:00 2001 From: Sebastian Molenda Date: Tue, 26 May 2026 23:02:09 +0200 Subject: [PATCH] poprawka builda --- .gitea/workflows/build-apk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-apk.yml b/.gitea/workflows/build-apk.yml index 4037310..9733f55 100644 --- a/.gitea/workflows/build-apk.yml +++ b/.gitea/workflows/build-apk.yml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: ghcr.io/android-actions/android-setup:latest + image: cirrusci/android-sdk:latest steps: - name: Checkout