Skip to content

Commit

Permalink
Merge pull request #142 from osociety/test-android-folder
Browse files Browse the repository at this point in the history
Test android build only status check GHA
  • Loading branch information
git-elliot authored Mar 24, 2024
2 parents ab1b907 + 8b5bada commit 8bf8e71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
run: flutter build linux
3 changes: 2 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')) {
Expand Down

0 comments on commit 8bf8e71

Please sign in to comment.