mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-30 22:34:02 +01:00 
			
		
		
		
	Adding multidex to support more method references (#3755)
* adding multidex to support more method references * add multidex version to gradle properties
This commit is contained in:
		
							parent
							
								
									7084fd2535
								
							
						
					
					
						commit
						01839dec6e
					
				
					 3 changed files with 7 additions and 1 deletions
				
			
		|  | @ -18,6 +18,7 @@ import android.os.Build; | |||
| import android.os.Process; | ||||
| import android.util.Log; | ||||
| import androidx.annotation.NonNull; | ||||
| import androidx.multidex.MultiDexApplication; | ||||
| import com.facebook.drawee.backends.pipeline.Fresco; | ||||
| import com.facebook.imagepipeline.core.ImagePipeline; | ||||
| import com.facebook.imagepipeline.core.ImagePipelineConfig; | ||||
|  | @ -77,7 +78,7 @@ import timber.log.Timber; | |||
|         resCommentPrompt = R.string.crash_dialog_comment_prompt | ||||
| ) | ||||
| 
 | ||||
| public class CommonsApplication extends Application { | ||||
| public class CommonsApplication extends MultiDexApplication { | ||||
|     @Inject SessionManager sessionManager; | ||||
|     @Inject DBOpenHelper dbOpenHelper; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Cloe Riva
						Cloe Riva