Created
March 26, 2014 17:33
-
-
Save refaelos/9788829 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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