This repository was archived by the owner on Sep 25, 2018. It is now read-only.
v1.3.5
Update to this release of XDE for compatibility with the latest version of Exponent for Android.
Upgrade Note
One thing you will need to do is open your project's package.json file and look for where it says:
"exp": {
"abiVersion": "4.0.0"
}Change abiVersion to sdkVersion:
"exp": {
"sdkVersion": "4.0.0"
}The sdkVersion field tells us which version of the Exponent SDK you want to use so that your app stays working even as we update Exponent.