Setting up the SDK
Last updated
Last updated
Add the below line inside the dependencies block in your build.gradle file
For the SDK to work properly in release(obfuscated/minified) builds, add the following rules in your proguard-rules.pro file.
We have added the SDK to the project. Learn how to initialize the SDK in the next step
Add the following files to your android app's module directory.
Add the following line inside the getPackages() method of MainApplication class.
packages.add(new PubscaleOfferwallSdkPackage());
We have setup the SDK in the project. Learn how to initialize the SDK in the next step