Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.29 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.29 KB

Xamarin.Amplitude.Android

Xamarin.Android Bindings for Amplitude (Website, Setup Instructions)

NuGet Feed

NuGet packages are built using Azure DevOps: Build Status

NuGet packages are published on nuget.org.

Versioning Scheme

The versioning scheme of Xamarin.Amplitude.Android is derived from the versioning of com.amplitude:android-sdk.

Example:

com.amplitude:android-sdk Xamarin.Amplitude.Android Note
3.4.1 3.4.1.1 First version of bindings for 3.4.1
3.4.1 3.4.1.17 Bindings for 3.4.1 containing fixes

Trouble Shooting

If you encounter errors like Java.Lang.NoClassDefFoundError: Failed resolution of: Lkotlin/jvm/internal/Intrinsics, consider to explicitly reference the transitive dependencies of Xamarin.Amplitude.Android:

  • Xamarin.Kotlin.StdLib
    • Version >= 1.4.10