We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 766ac2d commit 521a5a1Copy full SHA for 521a5a1
README.md
@@ -29,7 +29,7 @@ repositories {
29
mavenCentral()
30
}
31
dependencies {
32
- implementation 'com.anjlab.android.iab.v3:library:2.0.1'
+ implementation 'com.anjlab.android.iab.v3:library:2.0.2'
33
34
```
35
library/build.gradle
@@ -67,7 +67,7 @@ afterEvaluate {
67
68
groupId = 'com.anjlab.android.iab.v3'
69
artifactId = 'library'
70
- version = '2.0.1'
+ version = '2.0.2'
71
72
pom {
73
name = 'Android In-App Billing v3 Library'
0 commit comments