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