From bc84bb102b094800301c57ee4a05c353c3efdaea Mon Sep 17 00:00:00 2001 From: Adam Murdoch Date: Sun, 16 Sep 2012 19:49:16 +1000 Subject: [PATCH] Updated readme. --- readme.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 17480fe..9b458b5 100755 --- a/readme.md +++ b/readme.md @@ -130,8 +130,11 @@ You can run `$INSTALL_DIR/bin/native-platform-test` to run the test application. * Linux amd64, using Ubunutu 8.04 * Windows x86, using VC++ 2010 * Windows x64 -3. Build Java library and test app `./gradlew clean test :uploadArchives testApp:uploadArchives -Prelease` -4. Increment version number. +3. Build Java library and test app: + 1. Checkout tag. + 2. `./gradlew clean test :uploadArchives testApp:uploadArchives -Prelease` +4. Checkout master +5. Increment version number. ## Testing