- This SDK:
3.1.0-alpha1(pom.xml) - Compatible Android SDK: WayTodaySDK-Android
4.4.0+ - Proto definitions: git submodule at
src/main/proto(repo: WayTodayProtobuffers)
When bumping this SDK's version:
- Update
<version>inpom.xml - Update version in
README.mddependency snippets - Update the Android SDK: bump
WayTodaySDK-Javadependency version inWayTodaySDK-Android/waytoday-sdk/build.gradleand bump Android SDK minor version - Update the compatible Android SDK version referenced in this repo's
README.mdAndroid section
Proto files live in src/main/proto as a git submodule.
After cloning: git submodule init && git submodule update
mvn verifyIntegration tests (GrpcClientIntegrationTest) require a live gRPC server on :9001 — expected to fail in CI without it.
Artifacts published via JitPack on tag push. Tag must match pom.xml version exactly.