π²SDK Setup
To implement the Adjump SDK in your project using Gradle, follow these steps:
implementation 'io.leadmint.adjump:offerwall:1.0.1'implementation("io.leadmint.adjump:offerwall:1.0.1")dependencies {
// Other dependencies...
implementation 'io.leadmint.adjump:offerwall:1.0.1'
}dependencies {
// Other dependencies...
implementation("io.leadmint.adjump:offerwall:1.0.1")
}Last updated