mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 06:43:56 +01:00 
			
		
		
		
	* Update dependencies and migrate to androidX * Make gradle properties tidy
This commit is contained in:
		
							parent
							
								
									5b1b0037c3
								
							
						
					
					
						commit
						57e685cf6c
					
				
					 173 changed files with 518 additions and 506 deletions
				
			
		|  | @ -3,8 +3,8 @@ package fr.free.nrw.commons.delete; | |||
| import android.app.NotificationManager; | ||||
| import android.content.Context; | ||||
| import android.os.AsyncTask; | ||||
| import android.support.v4.app.NotificationCompat; | ||||
| import android.support.v4.app.NotificationCompat.Builder; | ||||
| import androidx.core.app.NotificationCompat; | ||||
| import androidx.core.app.NotificationCompat.Builder; | ||||
| import android.view.Gravity; | ||||
| import android.widget.Toast; | ||||
| 
 | ||||
|  | @ -22,8 +22,8 @@ import fr.free.nrw.commons.di.ApplicationlessInjection; | |||
| import fr.free.nrw.commons.mwapi.MediaWikiApi; | ||||
| import timber.log.Timber; | ||||
| 
 | ||||
| import static android.support.v4.app.NotificationCompat.DEFAULT_ALL; | ||||
| import static android.support.v4.app.NotificationCompat.PRIORITY_HIGH; | ||||
| import static androidx.core.app.NotificationCompat.DEFAULT_ALL; | ||||
| import static androidx.core.app.NotificationCompat.PRIORITY_HIGH; | ||||
| 
 | ||||
| public class DeleteTask extends AsyncTask<Void, Integer, Boolean> { | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Vivek Maskara
						Vivek Maskara