File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed
Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change 1- # Google In-App Billing Library v6 + [ ![ API] ( https://img.shields.io/badge/API-16%2B-brightgreen.svg?style=flat )] ( https://android-arsenal.com/api?level=16 ) [ ![ JitCI] ( https://jitci.com/gh/moisoni97/google-inapp-billing/svg )] ( https://jitci.com/gh/moisoni97/google-inapp-billing ) [ ![ JitPack] ( https://jitpack.io/v/moisoni97/google-inapp-billing.svg )] ( https://jitpack.io/#moisoni97/google-inapp-billing )
1+ # Google In-App Billing Library v7 + [ ![ API] ( https://img.shields.io/badge/API-16%2B-brightgreen.svg?style=flat )] ( https://android-arsenal.com/api?level=16 ) [ ![ JitCI] ( https://jitci.com/gh/moisoni97/google-inapp-billing/svg )] ( https://jitci.com/gh/moisoni97/google-inapp-billing ) [ ![ JitPack] ( https://jitpack.io/v/moisoni97/google-inapp-billing.svg )] ( https://jitpack.io/#moisoni97/google-inapp-billing )
22A simple implementation of the Android In-App Billing API.
33
44It supports: in-app purchases (both consumable and non-consumable) and subscriptions with a base plan or multiple offers.
@@ -8,7 +8,7 @@ It supports: in-app purchases (both consumable and non-consumable) and subscript
88
99# Getting Started
1010
11- * You project should build against Android 4.1.x (minSdkVersion 16 ).
11+ * You project should build against Android 5.0 (minSdkVersion 21 ).
1212
1313* Add the JitPack repository to your project's build.gradle file:
1414
@@ -25,7 +25,7 @@ allprojects {
2525
2626``` gradle
2727dependencies {
28- implementation 'com.github.moisoni97:google-inapp-billing:1.1.3 '
28+ implementation 'com.github.moisoni97:google-inapp-billing:1.1.4 '
2929}
3030```
3131
@@ -54,16 +54,6 @@ dependencies {
5454}
5555```
5656
57- * For builds that use ` minSdkVersion ` lower than ` 21 ` add the above and also this:
58-
59- ``` gradle
60- android {
61- defaultConfig {
62- multiDexEnabled true
63- }
64- }
65- ```
66-
6757This step is required to enable support for some APIs on lower SDK versions that aren't available natively only starting from ` minSdkVersion 24 ` .
6858
6959# Usage
You can’t perform that action at this time.
0 commit comments