Add the required Android dependencies and AndroidX libraries for the MoEngage Flutter SDK.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Add the required Android dependencies and AndroidX libraries for the MoEngage Flutter SDK.
dependencies {
...
implementation("androidx.core:core:1.6.0")
implementation("androidx.appcompat:appcompat:1.3.1")
implementation("androidx.lifecycle:lifecycle-process:2.7.0")
}
Suggestions