Setting up the SDK
Last updated
Last updated
Download and import the latest version of OfferWall Unity Plugin from GitHub.
Set the minimum API level to 24 or above and the target API level to 33 or above under Edit/ProjectSettings/Player/Other Settings
Make sure you check the below-mentioned checkboxes under Edit/ProjectSettings/Player/Publishing Settings.
Custom Main Manifest
Custom Main Gradle Template
Custom Gradle Settings Template
Adding mavenCentral()
as a repository in settingsTemplate.gradle
Add the below line inside the dependencies block in your mainTemplate.gradle file
Force resolve forces the Package Manager to resolve the project’s packages, reinstalling any altered or missing package and removing extraneous packages.
To Force resolve the dependencies, Goto Assets > External Dependency Manager > Android Resolver > Force Resolve (if the resolver did not open automatically)