Skip to content

Commit

Permalink
bump version for PurchaseInfo serialization fix
Browse files Browse the repository at this point in the history
  • Loading branch information
serggl committed Nov 18, 2021
1 parent 766ac2d commit 521a5a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.anjlab.android.iab.v3:library:2.0.1'
implementation 'com.anjlab.android.iab.v3:library:2.0.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ afterEvaluate {

groupId = 'com.anjlab.android.iab.v3'
artifactId = 'library'
version = '2.0.1'
version = '2.0.2'

pom {
name = 'Android In-App Billing v3 Library'
Expand Down

0 comments on commit 521a5a1

Please sign in to comment.