|  | @@ -22,7 +22,7 @@
 | 
	
		
			
			| 22 | 22 |      "build": ":",
 | 
	
		
			
			| 23 | 23 |      "lint": "eslint src test",
 | 
	
		
			
			| 24 | 24 |      "test:js": "jest",
 | 
	
		
			
			| 25 |  | -    "test:android": "cd android && ./gradlew clean testDebugUnitTest -Dpre-dex=true",
 | 
	
		
			
			|  | 25 | +    "test:android": "cd android && ./gradlew clean testDebugUnitTest",
 | 
	
		
			
			| 26 | 26 |      "test:ios": ":",
 | 
	
		
			
			| 27 | 27 |      "pretest": "npm run lint",
 | 
	
		
			
			| 28 | 28 |      "test": "npm run test:js && npm run test:android && npm run test:ios",
 |