- In the top-level gradle.properties file, update the
VERSION_NAME
property. - Update README.md with new version numbers.
- Update CHANGES.md with change log.
- Tag with new version number (ensuring that the tag is prefixed with a
v
). - Create a new release on Github.
- Add the
libwebrtc.aar
andlibwebrtc_prefixed.aar
files to the release. - Rerun the associated release github action.