| 
					
				 | 
			
			
				@@ -4,7 +4,7 @@ set -o errexit -o pipefail 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 gimme java 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 if [[ "$OS" = "Darwin" ]]; then 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	brew cask install android-studio 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	gimme_pkg android-studio 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 else 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	if ! has android-studio; then 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		URL='https://dl.google.com/dl/android/studio/ide-zips/2.0.0.20/android-studio-ide-143.2739321-linux.zip' 
			 |