From c3fdaf6678da6195b1f39ff410a7fc4a28f7fa9c Mon Sep 17 00:00:00 2001 From: Flummi Date: Tue, 3 Jun 2025 12:03:50 +0200 Subject: [PATCH] ci channel 3.33.0 --- .gitea/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/android.yml b/.gitea/workflows/android.yml index 6eaf594..c7a57df 100644 --- a/.gitea/workflows/android.yml +++ b/.gitea/workflows/android.yml @@ -16,7 +16,7 @@ jobs: - name: setup flutter uses: subosito/flutter-action@v2 with: - channel: 'stable' + channel: '3.33.0-1.0.pre.258' - run: flutter --version - name: install deps