From 18550e0a3a374f08e31f52f9765b5d4d832ddb78 Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Tue, 9 Jun 2015 09:19:04 -0700 Subject: [PATCH] Update README.md --- tips-and-workarounds/android/security-05-26-2015/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tips-and-workarounds/android/security-05-26-2015/README.md b/tips-and-workarounds/android/security-05-26-2015/README.md index b004c5a2..ae33992c 100644 --- a/tips-and-workarounds/android/security-05-26-2015/README.md +++ b/tips-and-workarounds/android/security-05-26-2015/README.md @@ -33,6 +33,7 @@ For projects where you have **already executed a build for Android on your syste ~~~~~~~~~~~~~~~~~~~~~~~~ npm install -g cordova cordova platform remove android + cordova platform add android ~~~~~~~~~~~~~~~~~~~~~~~~ The next time you build you will now be on the patched version of the Android platform.