Skip to content

Commit

Permalink
*README*
Browse files Browse the repository at this point in the history
  • Loading branch information
kghost committed Feb 21, 2011
1 parent 1df34d0 commit 4b7824f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,4 +2,5 @@
/.project
/.settings/
/target/
/signkey.keystore
*.swp
12 changes: 12 additions & 0 deletions README
@@ -0,0 +1,12 @@
## How to build ##

Build apk

mvn install

Build and sign apk, put signkey at $(SOURCE_DIR)/signkey.keystore and run

mvn install -Djarsigner.storepass=KEYPASS

## Known Issue ##

0 comments on commit 4b7824f

Please sign in to comment.