2. Add the WinZO SDK Dependency
Next, add the WinZO library as a dependency.
Add the following in the module build.gradle
android {
// Extra code excluded for brevity
}
dependencies {
implementation ‘com.winzo.gameSdk:gameSdk:<latest-version>’
}
Last updated
Was this helpful?