Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/akshaaatt/Google-IAP into…
Browse files Browse the repository at this point in the history
… updates
  • Loading branch information
akshaaatt committed Sep 8, 2022
2 parents 77480e8 + 1bee833 commit ebac771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ IAP is an Android library to handle In-App purchases with minimal code.

* Add the JitPack repository to your project's build.gradle file

```
```groovy
allprojects {
repositories {
...
Expand All @@ -59,7 +59,7 @@ allprojects {
```
* Add the dependency in your app's build.gradle file

```
```groovy
dependencies {
implementation 'com.github.akshaaatt:Google-IAP:1.2.2'
}
Expand Down

0 comments on commit ebac771

Please sign in to comment.