Skip to content

issues fixed - #24

Merged
amibhai merged 3 commits into
iritikrajput:mainfrom
amibhai:main
Aug 7, 2026
Merged

issues fixed#24
amibhai merged 3 commits into
iritikrajput:mainfrom
amibhai:main

Conversation

@amibhai

@amibhai amibhai commented Aug 7, 2026

Copy link
Copy Markdown
Collaborator

clean UI with all tests passed

amibhai and others added 3 commits August 6, 2026 22:44
…in CI

android/.gitignore (Flutter's default template) excluded gradlew, gradlew.bat,
and gradle-wrapper.jar, on the assumption that `flutter build` always manages
Gradle invocation itself. But pr-check.yml's Kotlin-test step and codeql.yml
both call `./gradlew` directly, which fails with "No such file or directory"
on a fresh checkout that never ran `flutter build` first — confirmed by a
live CodeQL run failure just now. The Gradle wrapper is designed to be
checked into version control precisely so this works without a local Gradle
install; that's the correct fix here, not routing around it.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
apksigner verify --print-certs actually prints "V2 Signer: certificate
SHA-256 digest: <hex>" — the workflow was grepping for a "Signer iritikrajput#1
certificate SHA-256 digest" line that apksigner never produces, so $actual
was always empty and the release build failed at this step every time.
Verified the corrected pattern against the local release APK before pushing.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Committed from Windows, where git's core.fileMode handling doesn't reliably
preserve the Unix executable bit — gradlew landed in the index as a regular
100644 file instead of 100755, so ./gradlew failed with exit 126 (" found
@amibhai
amibhai merged commit b93c20e into iritikrajput:main Aug 7, 2026
2 checks passed
@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants