Installation

Malwarelytics for Android is distributed as a Maven artifact in a private artifact repository.

Malwarelytics for Android supports Android 4.4 (SDK version 19) and above.

Personalized Configuration Required.
In order to use Malwarelytics for Android, you need a custom configuration and access credentials for both the service and artifact repository. Contact your sales representative or technical consultant in order to obtain the required prerequisites.

Adding Maven Repository

Add a new Maven repository pointing to Wultra Artifactory.

repositories {
    maven {
        url 'https://wultra.jfrog.io/artifactory/malwarelytics-android/'
        credentials {
            username = wultraArtifactoryUsername
            password = wultraArtifactoryPass
        }
    }
}

Adding Project Dependency

Once you add the Maven repository, you can add app protection dependency to your Android project.

android {
    dependencies {
        implementation "com.wultra.android.antimalware:antivirus:${WULTRA_APP_PROTECTION_VERSION}"
    }
}
Last updated on Apr 18, 2021 (21:58) View product
Search

0.18.x

Malwarelytics for Android