File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ allprojects {
6464    //  we allow access to snapshots repo if ALLOW_SNAPSHOT_REPOSITORY is set, what means we are running on CI
6565    //  with Navigation Native forced to be some snapshot version
6666    //  if you need to use snapshots while development, just set `addSnapshotsRepo` to true manually
67-     def  addSnapshotsRepo =  true // project.hasProperty('ALLOW_SNAPSHOT_REPOSITORY') ? project.property('ALLOW_SNAPSHOT_REPOSITORY') : (System.getenv("ALLOW_SNAPSHOT_REPOSITORY")?.toBoolean() ?: false)
67+     def  addSnapshotsRepo =  project. hasProperty(' ALLOW_SNAPSHOT_REPOSITORY' ?  project. property(' ALLOW_SNAPSHOT_REPOSITORY' :  (System . getenv(" ALLOW_SNAPSHOT_REPOSITORY" ?. toBoolean() ?:  false )
6868    if  (addSnapshotsRepo) {
6969      println (" Snapshot repository reference added." 
7070      maven {
Original file line number Diff line number Diff line change 1313  //  version which we should use in this build
1414  def  mapboxNavigatorVersion =  System . getenv(" FORCE_MAPBOX_NAVIGATION_NATIVE_VERSION" 
1515  if  (mapboxNavigatorVersion ==  null  ||  mapboxNavigatorVersion ==  ' ' 
16-       mapboxNavigatorVersion =  ' av-NN-843-fix-1-SNAPSHOT ' 
16+       mapboxNavigatorVersion =  ' 143.0.0 ' 
1717  }
1818  println (" Navigation Native version: " +  mapboxNavigatorVersion)
1919
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments