Set the gradle project name to F-Droid like ant
This commit is contained in:
		
							parent
							
								
									ce42783583
								
							
						
					
					
						commit
						67b608e4e5
					
				@ -122,8 +122,6 @@ android.applicationVariants.all { variant ->
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// This is the hacky way which we force the subprojects to use the same build tools:
 | 
			
		||||
// http://stackoverflow.com/a/21032272
 | 
			
		||||
subprojects {
 | 
			
		||||
 | 
			
		||||
	// The support-v4 library assumes certain things are defined in the 
 | 
			
		||||
@ -134,6 +132,8 @@ subprojects {
 | 
			
		||||
		rootProject.ext.supportRepoOut = ""
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	// This is the hacky way which we force the subprojects to use the same build tools:
 | 
			
		||||
	// http://stackoverflow.com/a/21032272
 | 
			
		||||
	afterEvaluate {
 | 
			
		||||
		android {
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -1,3 +1,5 @@
 | 
			
		||||
rootProject.name = "F-Droid"
 | 
			
		||||
 | 
			
		||||
include ':extern:AndroidPinning'
 | 
			
		||||
include ':extern:UniversalImageLoader:library'
 | 
			
		||||
include ':extern:MemorizingTrustManager'
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user