mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-11-04 09:13:00 +00:00 
			
		
		
		
	Add mavenCentral, de-prioritize jcenter
This commit is contained in:
		@@ -234,8 +234,8 @@ dependencies {
 | 
				
			|||||||
    kapt "com.google.auto.service:auto-service:${googleAutoServiceVersion}"
 | 
					    kapt "com.google.auto.service:auto-service:${googleAutoServiceVersion}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // Manager for complex RecyclerView layouts
 | 
					    // Manager for complex RecyclerView layouts
 | 
				
			||||||
    implementation "com.xwray:groupie:${groupieVersion}"
 | 
					    implementation "com.github.lisawray.groupie:groupie:${groupieVersion}"
 | 
				
			||||||
    implementation "com.xwray:groupie-viewbinding:${groupieVersion}"
 | 
					    implementation "com.github.lisawray.groupie:groupie-viewbinding:${groupieVersion}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // Circular ImageView
 | 
					    // Circular ImageView
 | 
				
			||||||
    implementation "de.hdodenhof:circleimageview:3.1.0"
 | 
					    implementation "de.hdodenhof:circleimageview:3.1.0"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,8 +3,9 @@
 | 
				
			|||||||
buildscript {
 | 
					buildscript {
 | 
				
			||||||
    ext.kotlin_version = '1.4.10'
 | 
					    ext.kotlin_version = '1.4.10'
 | 
				
			||||||
    repositories {
 | 
					    repositories {
 | 
				
			||||||
        jcenter()
 | 
					 | 
				
			||||||
        google()
 | 
					        google()
 | 
				
			||||||
 | 
					        mavenCentral()
 | 
				
			||||||
 | 
					        jcenter()
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    dependencies {
 | 
					    dependencies {
 | 
				
			||||||
        classpath 'com.android.tools.build:gradle:4.1.3'
 | 
					        classpath 'com.android.tools.build:gradle:4.1.3'
 | 
				
			||||||
@@ -17,8 +18,9 @@ buildscript {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
allprojects {
 | 
					allprojects {
 | 
				
			||||||
    repositories {
 | 
					    repositories {
 | 
				
			||||||
        jcenter()
 | 
					 | 
				
			||||||
        google()
 | 
					        google()
 | 
				
			||||||
 | 
					        mavenCentral()
 | 
				
			||||||
 | 
					        jcenter()
 | 
				
			||||||
        maven { url "https://jitpack.io" }
 | 
					        maven { url "https://jitpack.io" }
 | 
				
			||||||
        maven { url "https://clojars.org/repo" }
 | 
					        maven { url "https://clojars.org/repo" }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user