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

4

1 回答 1

1

目前最新的公开版本是2.12.8. 对指南中的缺点感到抱歉,因为它仍在不断发展。

于 2018-09-14T06:59:29.313 回答