FirebaseExtended / cocos2dx-cpp-sample

Firebase Cocos2d-x samples
http://firebase.google.com/games
MIT License
53 stars 25 forks source link

Update cocos-2d-x to 3.17 to fix "call to unavailable function" build error on iOS #18

Open tejasd opened 6 years ago

tejasd commented 6 years ago

Update the default cocos-2d-x version to 3.17.

The change for android is needed because the template in v3.17 does not have two different folders for proj.android and proj.android-studio anymore.

tejasd commented 6 years ago

16

formatCvt commented 6 years ago

Important: Each release of the Firebase C++ SDK is pinned to specific Firebase Android SDK versions for each module. If you update your version of the Firebase C++ SDK, you should also update the Firebase Android SDK versions referenced in your gradle file to match the version numbers below.

setup_firebase_sample.py script download latest version of the Firebase C++ SDK. We should update gradle files also i think.