Also remove the 2.11 restriction on the root build.gradle file. It's unnecessary, as the Android plugin will already error if the version is too old. This means that the build will work on any version that is new enough, which should be 2.10-2.12 at the time of writing.
		
			
				
	
	
		
			7 lines
		
	
	
		
			288 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			288 B
		
	
	
	
		
			INI
		
	
	
	
	
	
distributionBase=GRADLE_USER_HOME
 | 
						|
distributionPath=wrapper/dists
 | 
						|
zipStoreBase=GRADLE_USER_HOME
 | 
						|
zipStorePath=wrapper/dists
 | 
						|
distributionUrl=https\://services.gradle.org/distributions/gradle-2.12-bin.zip
 | 
						|
distributionSha256Sum=e77064981906cd0476ff1e0de3e6fef747bd18e140960f1915cca8ff6c33ab5c
 |