Skip to content
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

Update codepush.gradle #2471

Merged
merged 6 commits into from
Jun 27, 2024
Merged

Update codepush.gradle #2471

merged 6 commits into from
Jun 27, 2024

Commits on Mar 28, 2023

  1. Update codepush.gradle

    config was receiving an ArrayList as a false case, but ArrayLists don't support get() method, so it should receive a Map instance.
    bmaluff authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    2a5292e View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Fix get on null object

    Add more verifications for config variable
    bmaluff authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    dbbc0df View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    00eda63 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    8d3f988 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    3b69f5e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    5322333 View commit details
    Browse the repository at this point in the history