Skip to content

Commit

Permalink
Update src/content/docs/sdk/migration/cocos2dx/v4-to-v5.mdoc
Browse files Browse the repository at this point in the history
Co-authored-by: Uglješa Erceg <[email protected]>
  • Loading branch information
Sporiff and uerceg authored Oct 2, 2024
1 parent 9133501 commit 7bf2313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/sdk/migration/cocos2dx/v4-to-v5.mdoc
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ To start using SDK v5, you need to add it as a dependency in your project. To do
```

1. (**Android only**): download the latest `adjust-android.aar` from [the GitHub releases page](https://github.com/adjust/cocos2dx_sdk/releases/latest) and import it into your Android Studio project.
1. (**iOS only**): download the latest `AdjustSdk.xcframework` from [the GitHub releases page](https://github.com/adjust/cocos2dx_sdk/releases/latest) and link it in your Xcode project.
1. (**iOS only**): download the latest `AdjustSdk.framework` from [the GitHub releases page](https://github.com/adjust/cocos2dx_sdk/releases/latest) and link it in your Xcode project.

## Update the initialization method {% #update-the-init-method %}

Expand Down

0 comments on commit 7bf2313

Please sign in to comment.