mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 14:30:30 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			130 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			130 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
pluginManagement {
 | 
						|
    repositories {
 | 
						|
        google()
 | 
						|
        mavenCentral()
 | 
						|
        gradlePluginPortal()
 | 
						|
    }
 | 
						|
}
 | 
						|
 | 
						|
include 'app'
 |