Skip to content

Commit 81e72f4

Browse files
committed
ok
1 parent 6c8f2b5 commit 81e72f4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

libnavui-androidauto/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ dependencies {
4040

4141
// This defines the minimum version of Navigation which is included in this SDK. To upgrade the
4242
// 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")
43+
// TODO reset to a specific version when the release is ready (and make license)
4544
api project(":libnavigation-android")
45+
// releaseApi("com.mapbox.navigation:android:2.9.0-beta.1")
46+
// debugApi project(":libnavigation-android")
4647

4748
// Search is currently in beta so it is not included in this SDK. The functionality of search
4849
// is included behind this library's api.

0 commit comments

Comments
 (0)