/android-sdk

devtodev SDK gen. 1 for Android (deprecated)

Latest Version

October 1, 2021 - v1.15.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.

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.