mirror of
				https://github.com/SimpleMobileTools/Simple-Launcher.git
				synced 2025-06-05 21:59:15 +02:00 
			
		
		
		
	replacing jcenter with mavenCentral
This commit is contained in:
		| @@ -63,7 +63,7 @@ android { | |||||||
| } | } | ||||||
|  |  | ||||||
| dependencies { | dependencies { | ||||||
|     implementation 'com.github.SimpleMobileTools:Simple-Commons:8a1114e683' |     implementation 'com.github.SimpleMobileTools:Simple-Commons:4c83ec8740' | ||||||
|  |  | ||||||
|     kapt "androidx.room:room-compiler:2.5.1" |     kapt "androidx.room:room-compiler:2.5.1" | ||||||
|     implementation "androidx.room:room-runtime:2.5.1" |     implementation "androidx.room:room-runtime:2.5.1" | ||||||
|   | |||||||
| @@ -5,7 +5,7 @@ buildscript { | |||||||
|  |  | ||||||
|     repositories { |     repositories { | ||||||
|         google() |         google() | ||||||
|         jcenter() |         mavenCentral() | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     dependencies { |     dependencies { | ||||||
| @@ -20,7 +20,7 @@ buildscript { | |||||||
| allprojects { | allprojects { | ||||||
|     repositories { |     repositories { | ||||||
|         google() |         google() | ||||||
|         jcenter() |         mavenCentral() | ||||||
|         maven { url 'https://jitpack.io' } |         maven { url 'https://jitpack.io' } | ||||||
|     } |     } | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user