File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments