|  | @@ -16,6 +16,12 @@ The following instructions are for the `next` version `2.0.0-experimental.x`, wh
 | 
	
		
			
			| 16 | 16 |  	
 | 
	
		
			
			| 17 | 17 |  2. Update project dependencies in `build.gradle` under `app` folder.
 | 
	
		
			
			| 18 | 18 |  	```groovy
 | 
	
		
			
			|  | 19 | +	android {
 | 
	
		
			
			|  | 20 | +	    compileSdkVersion 25
 | 
	
		
			
			|  | 21 | +	    buildToolsVersion "25.0.1"
 | 
	
		
			
			|  | 22 | +	    ...
 | 
	
		
			
			|  | 23 | +	}
 | 
	
		
			
			|  | 24 | +
 | 
	
		
			
			| 19 | 25 |  	dependencies {
 | 
	
		
			
			| 20 | 26 |  	    compile fileTree(dir: "libs", include: ["*.jar"])
 | 
	
		
			
			| 21 | 27 |  	    compile "com.android.support:appcompat-v7:23.0.1"
 | 
	
	
		
			
			|  | @@ -63,4 +69,4 @@ The following instructions are for the `next` version `2.0.0-experimental.x`, wh
 | 
	
		
			
			| 63 | 69 |  	    }
 | 
	
		
			
			| 64 | 70 |  	}
 | 
	
		
			
			| 65 | 71 |  	```
 | 
	
		
			
			| 66 |  | -6. Run `react-native start`
 | 
	
		
			
			|  | 72 | +6. Run `react-native start`
 |