Skip to content

Commit 680c296

Browse files
committed
Trigger build
1 parent 82e9875 commit 680c296

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ allprojects {
6161

6262
```groovy
6363
dependencies {
64-
implementation 'com.github.akshaaatt:Google-IAP:1.3.0'
64+
implementation 'com.github.akshaaatt:Google-IAP:1.3.1'
6565
}
6666
```
6767

iap/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ publishing {
5454
create<MavenPublication>("release") {
5555
groupId = "com.limurse"
5656
artifactId = "Google-IAP"
57-
version = "1.3.0"
57+
version = "1.3.1"
5858

5959
afterEvaluate {
6060
from(components["release"])

0 commit comments

Comments
 (0)