Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johannbarbie committed Jul 11, 2014
1 parent 9383b5d commit 74e597c
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions mobile/README.md
Expand Up @@ -13,26 +13,24 @@ Some pictures here...
## Build

1. Enter the project directory:
```
cd mobile/btc2sms
```

```
cd mobile/btc2sms
```
2. Execute build:
```
mvn clean package -Dandroid.sdk.path=<path>
```
```
mvn clean package -Dandroid.sdk.path=<path>
```

## Build for Release

1. Enter the project directory:
```
cd mobile/btc2sms
```

```
cd mobile/btc2sms
```
2. Execute signed build:
```cmd
mvn install -P release -Dsign.keystore=<keystore> -Dsign.alias=<alias> -Dsign.storepass=<storepass> -Dsign.keypass=<keypass>
```
```cmd
mvn install -P release -Dsign.keystore=<keystore> -Dsign.alias=<alias> -Dsign.storepass=<storepass> -Dsign.keypass=<keypass>
```

Example:
```
Expand Down

0 comments on commit 74e597c

Please sign in to comment.