radarlabs / radar-sdk-android

Android SDK for Radar, the leading geofencing and location tracking platform
https://radar.com
Apache License 2.0
75 stars 22 forks source link

Expose versioning #316

Closed KennyHuRadar closed 1 year ago

KennyHuRadar commented 1 year ago

This PR creates an endpoint that returns the string of the versioning of the sdk for parity with the IOS sdk.

the interface of the PR is fun sdkVersion() : String

QA: Tested in example app to log versioning after initialization and was was successful.

image