We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b787f9 commit 76d94c5Copy full SHA for 76d94c5
1 file changed
libnavui-androidauto/build.gradle
@@ -40,9 +40,10 @@ dependencies {
40
41
// This defines the minimum version of Navigation which is included in this SDK. To upgrade the
42
// Navigation versions, you can specify a newer version in your downstream build.gradle.
43
- // TODO uncomment when the release is ready and make license
44
- // api("com.mapbox.navigation:android:2.9.0-beta.1")
+ // TODO reset to a specific version when the release is ready (and make license)
45
api project(":libnavigation-android")
+// releaseApi("com.mapbox.navigation:android:2.9.0-beta.1")
46
+// debugApi project(":libnavigation-android")
47
48
// Search is currently in beta so it is not included in this SDK. The functionality of search
49
// is included behind this library's api.
0 commit comments