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.
The SDK is hosted on MavenCentral repository.
implementation("com.parsely:parsely:<release_version>")
Full instructions and documentation can be found on the Parse.ly help page.
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.