Latest Sygic Android Sdk version

218 Views Asked by At

I am trying to integrate the sygic mobile sdk for android. I am following this guide.

It says to add this configuration to the build.gradle

dependencies {
implementation("com.sygic.sdk:sdk-release:$sygicSdkVersion@aar") {
    transitive true
}}

The guide says that the sygicSdkVersion is indicated in the release notes section which unfortunately appears to be empty. Any help?

Thank you

1

There are 1 best solutions below

1
On BEST ANSWER

currently the latest public version is 2.12.8. Sorry abuout the shortcomings in the guide as it is still evolving.