Skip to content

Commit

Permalink
Merge pull request #335 from Automattic/readme-debug-prod
Browse files Browse the repository at this point in the history
Update readme to reference debugProd build flavor
  • Loading branch information
geekygecko authored Sep 23, 2022
2 parents 780264e + 17e0912 commit 3183d01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ If you're just looking to install Pocket Casts Android, you can find it on [Goog

To build, install, and test the project from the command line:

$ ./gradlew :app:assembleDebug # assemble the debug .apk
$ ./gradlew :app:installDebug # install the debug .apk to a connected device
$ ./gradlew :app:assembleDebugProd # assemble the debug .apk
$ ./gradlew :app:installDebugProd # install the debug .apk to a connected device
$ ./gradlew :app:testDebugUnitTest # assemble, install and run unit tests
$ ./gradlew :app:connectedDebugAndroidTest # assemble, install and run Android tests

Expand Down

0 comments on commit 3183d01

Please sign in to comment.