October 1, 2021 - v1.15.0
This generation of the SDK is deprecated and is no longer supported. You can find the current version here: https://github.com/devtodev-analytics/android-sdk-2.0
If you use Gradle, please add mavenCentral() into gradle.build of your application
and then add the line “implementation com.devtodev:android:1.15.0” into dependencies.
Full description of the integration process of devtodev SDK and all the accessible features can be found on the page with official devtodev documentation.
Add following lines at the bottom of proguard.config
-keep class com.devtodev.** { *; }
-dontwarn com.devtodev.**
See releases.