File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1515## Installation & Usage
1616Please 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
2120To 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
2827See LICENSE file.
2928## Support
You can’t perform that action at this time.
0 commit comments