mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	android: replace jcenter with mavenCentral (#6417)
* replace jcenter with mavenCentral https://github.com/citra-emu/citra/issues/6232 * add back jcenter as fallback for billing
This commit is contained in:
		
							parent
							
								
									563c77154e
								
							
						
					
					
						commit
						bc5b065abe
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -4,6 +4,7 @@ buildscript { | ||||||
| 
 | 
 | ||||||
|     repositories { |     repositories { | ||||||
|         google() |         google() | ||||||
|  |         mavenCentral() | ||||||
|         jcenter() |         jcenter() | ||||||
|     } |     } | ||||||
|     dependencies { |     dependencies { | ||||||
|  | @ -17,6 +18,7 @@ buildscript { | ||||||
| allprojects { | allprojects { | ||||||
|     repositories { |     repositories { | ||||||
|         google() |         google() | ||||||
|  |         mavenCentral() | ||||||
|         jcenter() |         jcenter() | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue