mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 14:30:30 +03:00 
			
		
		
		
	When walking through the repo, there may be another settings.gradle in a sub project with a different catalog. In the subdir the catalog of the sub project shuold be used and in other subdir the catalog of the root project should be used.
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			149 B
		
	
	
	
		
			Kotlin
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			149 B
		
	
	
	
		
			Kotlin
		
	
	
	
	
	
plugins {
 | 
						|
    alias(libs.plugins.google.services)
 | 
						|
    alias(libs.plugins.firebase.crashlytics)
 | 
						|
    alias(projectLibs.plugins.firebase.crashlytics)
 | 
						|
}
 |