Skip to content

Commit

Permalink
Clean all the things
Browse files Browse the repository at this point in the history
  • Loading branch information
loopj committed Dec 21, 2014
1 parent 3d015be commit a579aca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Building the Libarary
You can build new `.jar` and `.aar` files as follows:

```shell
./gradlew :build
./gradlew clean :build
```

Jar files are generated into `build/libs` and Aar files are generated into
Expand All @@ -35,7 +35,7 @@ Building the Example App
You can build and install the example app to as follows:

```shell
./gradlew example:installDebug
./gradlew clean example:installDebug
```

This builds the latest version of the library and installs an app onto your
Expand All @@ -50,7 +50,7 @@ Running the test suite requires a connected android device or emulator.
You can run the test suite on a device/emulator as follows:

```shell
./gradlew :connectedCheck
./gradlew clean :connectedCheck
```


Expand Down Expand Up @@ -81,5 +81,5 @@ bugsnag-android to maven central as follows:
- Build and upload the new version

```shell
./gradlew :uploadArchives
./gradlew clean :uploadArchives
```

0 comments on commit a579aca

Please sign in to comment.