|  |  |  | @ -11,7 +11,7 @@ buildscript { | 
			
		
	
		
			
				
					|  |  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  |  |     dependencies { | 
			
		
	
		
			
				
					|  |  |  |  |         classpath 'com.android.tools.build:gradle:4.2.0' | 
			
		
	
		
			
				
					|  |  |  |  |         classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.0" | 
			
		
	
		
			
				
					|  |  |  |  |         classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" | 
			
		
	
		
			
				
					|  |  |  |  |         classpath "de.timfreiheit.resourceplaceholders:placeholders:0.3" | 
			
		
	
		
			
				
					|  |  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  |  | } | 
			
		
	
	
		
			
				
					|  |  |  | @ -22,7 +22,6 @@ allprojects { | 
			
		
	
		
			
				
					|  |  |  |  |         maven { url "https://maven.aliyun.com/nexus/content/groups/public/" } | 
			
		
	
		
			
				
					|  |  |  |  |         maven { url "https://jitpack.io" } | 
			
		
	
		
			
				
					|  |  |  |  |         maven { url "https://maven.google.com/" } | 
			
		
	
		
			
				
					|  |  |  |  |         //maven { url "https://github.com/psiegman/mvn-repo/raw/master/releases" } | 
			
		
	
		
			
				
					|  |  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  |  | } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  |  | 
 |