Skip to content

Commit c579464

Browse files
authored
fix outdated readme (#363)
1 parent a3b9880 commit c579464

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@
1515
## Installation & Usage
1616
Please refer to: https://www.leanplum.com/docs/android/setup
1717
## Development Workflow
18-
- We are using GitFlow branching model: https://github.com/nvie/gitflow
19-
- We use the Conventional Changelog Commit Style for commit messages: https://github.com/commitizen/cz-cli
18+
- We use feature branches that get merged to `master`.
2019
## Build the SDK
2120
To build the sdk run:
2221
```bash
23-
make sdk-in-container
22+
./gradlew assembleRelease
2423
```
2524
## Contributing
26-
Please follow the Conventional Changelog Commit Style and send a pull request to `develop` branch.
25+
Please follow the Conventional Changelog Commit Style and send a pull request to `master` branch.
2726
## License
2827
See LICENSE file.
2928
## Support

0 commit comments

Comments
 (0)