You can use Gradle to install the Wingify Insights Android SDK by adding Wingify Insights SDK dependency in your build.gradle file.
repositories {
mavenCentral()
}
dependencies {
implementation 'com.wingify:insights:2.5.1'
}Add the following permissions to your AndroidManifest.xml file
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>