Skip to content

Commit

Permalink
Test Maps snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
kiryldz committed Nov 8, 2023
1 parent 9d49c13 commit 704e597
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ systemProp.kotlin.daemon.jvm.options=-Xss8m
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
ALLOW_SNAPSHOT_REPOSITORY=true
4 changes: 2 additions & 2 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ ext {
println("Navigation Native version: " + mapboxNavigatorVersion)

version = [
mapboxMapSdk : '10.16.1',
mapboxMapSdk : '10.16.2-fix-startup-crash-SNAPSHOT',
mapboxSdkServices : '6.14.0',
mapboxNavigator : "${mapboxNavigatorVersion}",
mapboxCommonNative : '23.8.3',
mapboxCommonNative : '23.8.4',
mapboxCrashMonitor : '2.0.0',
mapboxAnnotationPlugin : '0.8.0',
mapboxBaseAndroid : '0.8.0',
Expand Down

0 comments on commit 704e597

Please sign in to comment.