> ## Documentation Index
> Fetch the complete documentation index at: https://moengage-sdk-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SDK Configuration

Android SDK configuration uses the build configuration and library dependencies.

# Build Configuration

| Configuration                 | API Level |
| ----------------------------- | --------- |
| Target SDK Version            | 35        |
| Compile SDK Version           | 35        |
| Minimum SDK Version           | 23        |
| Kotlin Version                | 1.9.23    |
| Android Gradle Plugin Version | 8.13.2    |

Refer to the [API level to code name mapping](https://source.android.com/setup/start/build-numbers) to get the version name.

# Library Dependency

The SDK is complied using the described version but the versions are modified by the application at runtime.

SDK is compiled with the following libraries:

<CodeGroup>
  ```groovy Groovy theme={"theme":{"light":"github-light","dark":"github-dark"}}
  androidx.core:core:1.15.0
  androidx.appcompat:appcompat:1.7.0
  androidx.lifecycle:lifecycle-process:2.8.7
  ```
</CodeGroup>

 

<Warning>
  The build configuration is available only for the current SDK version. If you are using an older version of the SDK and want to know the build configuration, contact MoEngage support or contact your Account Manager.
</Warning>
