Android SDK - Installation
Requirements
Section titled “Requirements”- Android API 21+ (Android 5.0 Lollipop)
- Kotlin 1.9+ / Java 17+
- AndroidX
Gradle (Kotlin DSL)
Section titled “Gradle (Kotlin DSL)”Add the dependency to your app’s build.gradle.kts:
dependencies { implementation("com.funnelmob:sdk:0.1.0")}Gradle (Groovy)
Section titled “Gradle (Groovy)”dependencies { implementation 'com.funnelmob:sdk:0.1.0'}ProGuard
Section titled “ProGuard”If you’re using ProGuard or R8, the SDK’s consumer-rules.pro is automatically applied. No additional configuration is needed.