mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 06:43:56 +01:00 
			
		
		
		
	moves mapbox token inside gradle.properties (#5392)
This commit is contained in:
		
							parent
							
								
									e7b15b1160
								
							
						
					
					
						commit
						2dafc0d2ad
					
				
					 4 changed files with 5 additions and 6 deletions
				
			
		|  | @ -18,7 +18,6 @@ import android.os.Build; | |||
| import android.os.Process; | ||||
| import android.util.Log; | ||||
| import androidx.annotation.NonNull; | ||||
| import androidx.multidex.BuildConfig; | ||||
| import androidx.multidex.MultiDexApplication; | ||||
| import com.facebook.drawee.backends.pipeline.Fresco; | ||||
| import com.facebook.imagepipeline.core.ImagePipeline; | ||||
|  | @ -155,7 +154,7 @@ public class CommonsApplication extends MultiDexApplication { | |||
| 
 | ||||
|         INSTANCE = this; | ||||
|         ACRA.init(this); | ||||
|         Mapbox.getInstance(this, getString(R.string.mapbox_commons_app_token), WellKnownTileServer.Mapbox); | ||||
|         Mapbox.getInstance(this, BuildConfig.MapboxAccessToken, WellKnownTileServer.Mapbox); | ||||
| 
 | ||||
|         ApplicationlessInjection | ||||
|             .getInstance(this) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Srishti Rohatgi
						Srishti Rohatgi