Skip to content

Commit 17ac37a

Browse files
authored
Update README.md
1 parent d0335d4 commit 17ac37a

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

README.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)
22
A simple implementation of the Android In-App Billing API.
33

44
It 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
2727
dependencies {
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-
6757
This 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

0 commit comments

Comments
 (0)