FunnelMob

Android SDK

Android SDK - Installation

Install the FunnelMob Android SDK in your project.

Requirements

  • Android API 21+ (Android 5.0 Lollipop)
  • Kotlin 1.9+ / Java 17+
  • AndroidX

Gradle (Kotlin DSL)

Add the dependency to your app's build.gradle.kts:

dependencies {
    implementation("com.funnelmob:sdk:0.1.0")
}

Gradle (Groovy)

dependencies {
    implementation 'com.funnelmob:sdk:0.1.0'
}

ProGuard

If you're using ProGuard or R8, the SDK's consumer-rules.pro is automatically applied. No additional configuration is needed.