Latest Version
v1.14.8
October 26, 2020 -dependencies {
implementation 'com.devtodev:android:1.14.8'
}
Getting Started
Full description of the integration process of devtodev SDK and all the accessible features can be found on the page with official devtodev documentation.
ProGuard
Add following lines at the bottom of proguard.config
-keep class com.devtodev.** { *; }
-dontwarn com.devtodev.**
Changelog
See releases.