You can use Gradle to install the Wingify Insights Android SDK by adding VWO Insights SDK dependency in your build.gradle file.
repositories {
mavenCentral()
}
dependencies {
implementation 'com.vwo:insights:2.2.0'
}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"/>