We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e9875 commit 680c296Copy full SHA for 680c296
README.md
@@ -61,7 +61,7 @@ allprojects {
61
62
```groovy
63
dependencies {
64
- implementation 'com.github.akshaaatt:Google-IAP:1.3.0'
+ implementation 'com.github.akshaaatt:Google-IAP:1.3.1'
65
}
66
```
67
iap/build.gradle.kts
@@ -54,7 +54,7 @@ publishing {
54
create<MavenPublication>("release") {
55
groupId = "com.limurse"
56
artifactId = "Google-IAP"
57
- version = "1.3.0"
+ version = "1.3.1"
58
59
afterEvaluate {
60
from(components["release"])
0 commit comments