Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save refaelos/9788829 to your computer and use it in GitHub Desktop.
Save refaelos/9788829 to your computer and use it in GitHub Desktop.
/**
* Select your in-app billing service.
* The default is Google Play using https://github.com/soomla/android-store-google-play
*/
public static final IIabService InAppBillingService = new GooglePlayIabService();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment