Skip to content

Parsely/parsely-android

Repository files navigation

Parsely Android SDK

Maven Central Assemble project codecov

The Parse.ly Android SDK is a Java library providing Parse.ly tracking functionality to native Android apps. Like any other framework you might include in your project, the Parse.ly SDK provides a programming interface usable from your application code.

Including the SDK in a project

The SDK is hosted on MavenCentral repository.

implementation("com.parsely:parsely:<release_version>")

Using the SDK

Full instructions and documentation can be found on the Parse.ly help page.

Migration to 4.0.0

Version 4.0.0 of the SDK introduces significant updates and breaking changes that enhance performance and add new features. These changes may require modifications to your existing code. For detailed instructions on how to adapt your code to these changes, please refer to our Migration Guide.