Rebuild.fm for Android is the best podcast player to listen to Rebuild.fm. (Unofficial)
A Podcast by Tatsuhiko Miyagawa. Talking about Tech, Software Development and Gadgets.
$ git clone https://github.com/rejasupotaro/Rebuild.git
$ cd Rebuild
$ git submodule update --init
$ ./gradlew installStagingDebug
$ ./gradlew connectedInstrumentTestStagingDebug
$ ./gradlew calabashStagingDebug
$ ./gradlew lint
$ open Rebuild/build/lint-results.html
$ ./gradlew findbugs
$ open Rebuild/build/reports/findbugs/findbugs-Rebuild.html
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request