AMAPI SDK Release notes

Declare dependencies

To add a dependency on Android Management SDK, you must add the Google Maven repository to your project:

repositories {
  ...
  google()
}

Add the dependencies for the artifacts you need in the build.gradle file for your app or module:

dependencies {
    def amapi_version = "1.1.5"

    implementation "com.google.android.libraries.enterprise.amapi:amapi:$amapi_version"
}

For more information about dependencies, see Add build dependencies.

Version 1.3.0-rc01

Feb 18, 2025

This version includes the first release candidate for the Device Trust signal APIs.

  • New Device Trust Signal package com.google.android.managementapi.device
  • New Environment package com.google.android.managementapi.environment to set up the device for Device Trust and to install or update the Android Device Policy app.

Version 1.1.5

May 13, 2024

This version includes the following updates:

  • Bug fixes and internal improvements.

Version 1.1.4

January 24, 2024

This version includes the following updates:

Version 1.0.1

February 15, 2022

This version includes the following updates:

  • Bug fixes and internal improvements.

Version 1.0.0

September 20, 2021

This version includes the following updates:

  • Initial release.