Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
User description
Story: https://app.shortcut.com/smileid/story/xxx
Summary
A few sentences/bullet points about the changes
Known Issues
Any shortcomings in your work. This may include corner cases not correctly handled or issues related
to but not within the scope of your PR. Design compromises should be discussed here if they were not
already discussed above.
Test Instructions
Concise test instructions on how to verify that your feature works as intended. This should include
changes to the development environment (if applicable) and all commands needed to run your work.
Screenshot
If applicable (e.g. UI changes), add screenshots to help explain your work.
PR Type
Enhancement
Description
• Update Android SDK version from 11.0.3 to 11.0.4
• Bump Flutter package version from 11.0.1 to 11.0.2
• Remove unused GitHub Actions workflow file
• Update changelog with Android version bump details
Changes walkthrough 📝
release_android.yml
Remove Android release workflow
.github/workflows/release_android.yml
• Complete removal of the Android release workflow file
• Eliminates
automated Android version update process
CHANGELOG.md
Document Android version update
CHANGELOG.md
• Add entry for Android SDK bump to version 11.0.4
• Include reference
to GitHub release tag
libs.versions.toml
Bump Android SDK version
android/gradle/libs.versions.toml
• Update smileid dependency version from 11.0.3 to 11.0.4
pubspec.yaml
Update Flutter package version
pubspec.yaml
• Increment Flutter package version from 11.0.1 to 11.0.2