shorebird release android error
shorebird release android ✓ Fetching apps (0.4s) ✗ Failed to build (16.3s) FAILURE: Build failed with an exception.
- What went wrong: Execution failed for task ':app:validateSigningRelease'.
Keystore file '/Users/mesoft/Project/qlthuesan/android/app/mewin-keystore.jks' not found for signing config 'release'.
If you aren't sure why this command failed, re-run with the --verbose flag to see more information.
You can also file an issue if you think this is a bug. Please include the following log file in your report: /Users/mesoft/Library/Application Support/shorebird/logs/1741599348891_shorebird.log
this is my build.gradle
I'd start by seeing if flutter build aab works. My guess is the gradle signing config is having difficulties. Presumably because of the keystoreProperies not being as you expect.