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
currently the latest public version is
2.12.8. Sorry abuout the shortcomings in the guide as it is still evolving.