Requires protocol
repo to exist at the same level as this repo to generate protobufs correctly.
- Download webrtc sources from https://webrtc.googlesource.com/src
- Add sources to Android Studio by pointing at the
webrtc/sdk/android
folder.
- Ensure you have your
.gradle/gradle.properties
filled with the requisite credentials:
nexusUsername=<sonatype username>
nexusPassword=<sonatype password>
signing.keyId=<signing key id>
signing.password=<signing key password>
signing.secretKeyRingFile=<signing pgp key path>
- Update
VERSION_NAME
ingradle.properties
to reflect the release version. - Run
gradle publish closeAndReleaseRepository
to upload to maven.