Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 693 Bytes

INTERNAL.md

File metadata and controls

18 lines (9 loc) · 693 Bytes

Internal notes

Steps to update this repo after a new version of the SDK has been posted in the android-sdk-addon repo

  • Checkout this repo to

  • Download a zip file of the corresponding release from the internal server

  • Unzip, cd into that directory

  • cp -rf java/com /sdk/src/main/java/

  • Commit changes to master, commit and push

  • Create a tag - i.e. v1.22.

  • The first time someone uses the SDK in a gradle wrapper, Jitpack will trigger a build.