I have added this line to gradle file
compile 'com.clevertap.android:clevertap-android-sdk'
We publish the CleverTap SDK to jcenter and mavenCentral as an aar
file. Just declare it as dependency in your build.gradle
file. Please make sure to add the version number (2.0.11) as well, as shown below:
dependencies {
compile 'com.clevertap.android:clevertap-android-sdk:2.0.11'
}
Hope this helps.
Thanks,
Support