Skip to content

Release v11.0.2 🤙🏽 #176

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 16, 2025
Merged

Release v11.0.2 🤙🏽 #176

merged 4 commits into from
Jun 16, 2025

Conversation

jumaallan
Copy link
Member

@jumaallan jumaallan commented Jun 16, 2025

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 📝

Relevant files
Configuration changes
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

+0/-39   
Documentation
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

+1/-0     
Dependencies
libs.versions.toml
Bump Android SDK version                                                                 

android/gradle/libs.versions.toml

• Update smileid dependency version from 11.0.3 to 11.0.4

+1/-1     
pubspec.yaml
Update Flutter package version                                                     

pubspec.yaml

• Increment Flutter package version from 11.0.1 to 11.0.2

+1/-1     

Need help?
  • Type /help how to ... in the comments thread for any questions about PR-Agent usage.
  • Check out the documentation for more information.
  • @prfectionist
    Copy link
    Contributor

    prfectionist bot commented Jun 16, 2025

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ No major issues detected

    @@ -13,6 +13,7 @@
    system UI boundaries including status bars, navigation bars, and notches. This change only affects
    the Android platform implementation while maintaining existing gesture recognition and view creation
    behavior, ensuring the platform view content is not obscured by system UI elements.
    * Bump android to 11.0.4 (https://github.com/smileidentity/android/releases/tag/v11.0.4)
    Copy link
    Contributor

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    Suggestion: The changelog entry is placed under version 11.0.1 instead of the current release version 11.0.2. This creates confusion about which version includes the Android SDK bump. [general, importance: 8]

    Suggested change
    * Bump android to 11.0.4 (https://github.com/smileidentity/android/releases/tag/v11.0.4)
    ## 11.0.2
    * Bump android to 11.0.4 (https://github.com/smileidentity/android/releases/tag/v11.0.4)
    ## 11.0.1

    @jumaallan jumaallan merged commit eba8981 into main Jun 16, 2025
    5 checks passed
    @jumaallan jumaallan deleted the feat/update-androidv11.0.4 branch June 16, 2025 15:08
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    2 participants