From 33cd8448c125c7e7c2db960d5b61eec701eef80d Mon Sep 17 00:00:00 2001 From: Gabriel Sousa Date: Thu, 16 Apr 2026 22:23:41 -0300 Subject: [PATCH 1/2] ci: fix broken integration test pipeline --- .github/workflows/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index baea198..eb0e761 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -76,4 +76,5 @@ jobs: uses: reactivecircus/android-emulator-runner@v2 with: api-level: 29 + arch: x86_64 script: flutter test integration_test From 31292b76d3b5cac46fd495ccad19f71088c804fe Mon Sep 17 00:00:00 2001 From: Gabriel Sousa Date: Thu, 16 Apr 2026 22:48:59 -0300 Subject: [PATCH 2/2] build: remove deprecated bytecode transformer --- android/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/gradle.properties b/android/gradle.properties index 94adc3a..bbd7acc 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -1,3 +1,3 @@ org.gradle.jvmargs=-Xmx1536M android.useAndroidX=true -android.enableJetifier=true +android.enableJetifier=false