0

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

crowde
  • 321
  • 1
  • 12

1 Answers1

1

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

ferini
  • 1,908
  • 14
  • 17