Skip to content

Commit

Permalink
Merge branch 'master' of github.com:anjlab/android-inapp-billing-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
serggl committed May 5, 2014
2 parents 94536c6 + fa30a90 commit b7ac3bc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ Getting Started

* You project should build against Android 2.2 SDK at least.

* Add this *Android In-App Billing v3 Library* to your Eclipse project. If you guys are using Android Studio and Gradle, add this to you build.gradle file:
* Add this *Android In-App Billing v3 Library* to your project:
- If you guys are using Eclipse, add this [jar](https://github.com/anjlab/android-inapp-billing-v3/blob/master/sample/libs/anjlab-iabv3-1.0.8.jar) dependency
- If you guys are using Android Studio and Gradle, add this to you build.gradle file:
```groovy
repositories {
mavenCentral()
Expand Down Expand Up @@ -66,7 +68,8 @@ public class SomeActivity extends Activity implements BillingProcessor.IBillingH
@Override
public void onPurchaseHistoryRestored() {
/*
* Called then purchase history was restored and the list of all owned PRODUCT IDs was loaded from Google Play
* Called then purchase history was restored and the list of all owned PRODUCT ID's
* was loaded from Google Play
*/
}
}
Expand Down

0 comments on commit b7ac3bc

Please sign in to comment.