adjust-icon

Google LVL (License Verification Library)

This plugin enables Adjust to use the Google License Verification Library (LVL) to help determine whether an app installation is from the Google Play Store. This can be useful for preventing tracking from unauthorized or sideloaded installs.

Before using this plugin, make sure the Adjust SDK is already integrated into your app.

Add Google LVL plugin to your app

Maven

If you’re using Maven, add the following dependency to your build.gradle file:

build.gradle
dependencies {
implementation 'com.adjust.sdk:adjust-android:5.4.3'
implementation 'com.adjust.sdk:adjust-android-google-lvl:5.4.3'
}

Add as AAR

Alternatively, you can add the plugin manually as an AAR file. Download it from the Adjust Android SDK releases page.

Use the plugin

Once added to your project, the Google LVL plugin integrates automatically with the Adjust SDK. No additional configuration or initialization is required.