From 1cb8e33c5ae2daa7940ba0e4cf9772a77cbb5478 Mon Sep 17 00:00:00 2001 From: git-elliot Date: Mon, 25 Mar 2024 00:11:27 +0530 Subject: [PATCH 1/2] Test android build only status check GHA --- android/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index d13fb559..30abde0e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -3,7 +3,8 @@ allprojects { google() jcenter() } - // Fix for gradle error - Namespace not specified. Specify a namespace in the module's build file + // Fix for Gradle Error. + // Namespace not specified. Specify a namespace in the module's build file subprojects { afterEvaluate { project -> if (project.hasProperty('android')) { From 8b5bada9579877f5ca8bf9b0f1ccffc9d344deb3 Mon Sep 17 00:00:00 2001 From: git-elliot Date: Mon, 25 Mar 2024 00:14:20 +0530 Subject: [PATCH 2/2] remove release --- .github/workflows/flutter_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flutter_test.yml b/.github/workflows/flutter_test.yml index 23a59306..9e1ce87d 100644 --- a/.github/workflows/flutter_test.yml +++ b/.github/workflows/flutter_test.yml @@ -94,4 +94,4 @@ jobs: flutter build apk --debug --flavor dev - name: Build Linux if: ${{ needs.changes.outputs.lib == 'true' || needs.changes.outputs.test == 'true' || needs.changes.outputs.linux == 'true'}} - run: flutter build linux --release \ No newline at end of file + run: flutter build linux \ No newline at end of file