Skip to content

Commit 4d8d00a

Browse files
committed
updatd version
1 parent 39865c0 commit 4d8d00a

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
@@ -75,7 +75,7 @@ In your app-level `build.gradle`:
7575

7676
```gradle
7777
dependencies {
78-
implementation 'com.github.Tap-Payments:SamsungPay-Android:{latest-version}'
78+
implementation 'com.github.Tap-Payments:SamsungPay-Android:1.0.0'
7979
8080
}
8181
```

samsungpay-sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ afterEvaluate {
7272

7373
groupId = "com.github.Tap-Payments"
7474
artifactId = "SamsungPay-Android"
75-
version = "0.0.1"
75+
version = "1.0.0"
7676

7777
pom.withXml {
7878
def dependenciesNode = asNode().appendNode('dependencies')

0 commit comments

Comments
 (0)