Android SDK configuration uses the build configuration and library dependencies.
Build Configuration
Configuration | API Level |
---|---|
Target SDK Version |
33 |
Compile SDK Version |
33 |
Minimum SDK Version |
21 |
Refer to the API level to code name mapping 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:
androidx.core:core:1.9.0
androidx.appcompat:appcompat:1.4.2
androidx.lifecycle:lifecycle-process:2.5.1
Parts of the SDK are written in Kotlin; the SDK has the 1.6.0 version of Kotlin. If your application already uses Kotlin, you can choose to exclude the Kotlin dependency.
warning |
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 support@moengage.com or contact your Account Manager. |