Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 92cf743

Browse files
authored
Update setup_firebase_sample.py
Update cocos2d-x to latest (3.14.1)
1 parent 23883dd commit 92cf743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup_firebase_sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
# The Firebase SDK download URL.
5252
FIREBASE_SDK_URL = "https://dl.google.com/firebase/sdk/cpp/firebase_cpp_sdk_2.1.3.zip"
5353
# The cocos2d-x GitHub release download URL.
54-
COCOS2DX_GITHUB_URL = "https://github.com/cocos2d/cocos2d-x/archive/cocos2d-x-3.13.1.zip"
54+
COCOS2DX_GITHUB_URL = "https://github.com/cocos2d/cocos2d-x/archive/cocos2d-x-3.14.1.zip"
5555
# The iOS project directory.
5656
IOS_PROJECT_DIR = os.path.join(ROOT_DIRECTORY, "sample_project/proj.ios_mac")
5757
# The iOS project.pbxproj file.

0 commit comments

Comments
 (0)