4.3 MAX Adapter
4.3.1 Version Release History
| Version | Release Date | Updates |
|---|---|---|
| 2.0.1.2 | 2022-09-02 | Initial version release |
4.3.2 Importing the Adapter
First, add the maven remote repository URL to the project-level build.gradle file, as shown below:
buildscript {
repositories {
maven { url "https://mvn.shalltry.com/repository/maven-public/" }
maven { url "https://mvn.shalltry.com/repository/ad-releases/" }
}
}
allprojects {
repositories {
maven { url "https://mvn.shalltry.com/repository/maven-public/" }
maven { url "https://mvn.shalltry.com/repository/ad-releases/" }
}
}
Then, introduce the max adapter package in the Module's build.gradle:
implementation "com.cloud.hisavana.sdk.ssp.adapter:max:2.0.1.2"
4.3.3 Defining the Adapter in the Max UI.
