2. Add the WinZO SDK Dependency

Next, add the WinZO library as a dependency.

Add the following in the module build.gradle

build.gradle
android {
   // Extra code excluded for brevity
}

dependencies {
    implementation ‘com.winzo.gameSdk:gameSdk:<latest-version>’
}

Latest version of SDK would be shared with you over an email.

Last updated