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 the artifact repository. Contact your sales representative or technical consultant to obtain the necessary 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 have configured the Maven repository, you can add Malwarelytics as a dependency to your Android project:

android {
    dependencies {
        implementation "com.wultra.android.antimalware:antivirus:${WULTRA_APP_PROTECTION_VERSION}"
    }
}
Last updated on May 02, 2022 (22:22) View product
Search

0.19.x

Malwarelytics for Android