Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Created January 13, 2017 11:41
Show Gist options
  • Save hitherejoe/8a1e077fc43f0a9225ab2aa03d4d0f25 to your computer and use it in GitHub Desktop.
Save hitherejoe/8a1e077fc43f0a9225ab2aa03d4d0f25 to your computer and use it in GitHub Desktop.
googleApiClient = new GoogleApiClient.Builder(this)
.enableAutoManage(this, this)
.addApi(AppInvite.API)
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment