Skip to content

Commit

Permalink
Merge pull request #15 from ndiritumichael/dev
Browse files Browse the repository at this point in the history
fix gradlew build error
  • Loading branch information
ndiritumichael authored Oct 8, 2024
2 parents 7c5fc02 + ff96c4d commit 1658340
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/manual_deploy_to_firebase_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Make gradle executable
run: chmod +x ./gradlew

- name: Get local.properties from secrets
run: echo "${{secrets.ProjectSecrets }}" > $GITHUB_WORKSPACE/local.properties

- name: Build with Gradle
run: ./gradlew build --stacktrace

Expand Down
9 changes: 0 additions & 9 deletions .idea/deploymentTargetSelector.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1658340

Please sign in to comment.