Skip to content

Commit 521a5a1

Browse files
committed
bump version for PurchaseInfo serialization fix
1 parent 766ac2d commit 521a5a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repositories {
2929
mavenCentral()
3030
}
3131
dependencies {
32-
implementation 'com.anjlab.android.iab.v3:library:2.0.1'
32+
implementation 'com.anjlab.android.iab.v3:library:2.0.2'
3333
}
3434
```
3535

library/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ afterEvaluate {
6767

6868
groupId = 'com.anjlab.android.iab.v3'
6969
artifactId = 'library'
70-
version = '2.0.1'
70+
version = '2.0.2'
7171

7272
pom {
7373
name = 'Android In-App Billing v3 Library'

0 commit comments

Comments
 (0)