You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
* Fix get on null object
Add more verifications for config variable
---------
Co-authored-by: Anatoly Pristensky <[email protected]>
Co-authored-by: MikhailSuendukov <[email protected]>
Co-authored-by: Dima <[email protected]>
0 commit comments