We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39865c0 commit 4d8d00aCopy full SHA for 4d8d00a
Readme.md
@@ -75,7 +75,7 @@ In your app-level `build.gradle`:
75
76
```gradle
77
dependencies {
78
- implementation 'com.github.Tap-Payments:SamsungPay-Android:{latest-version}'
+ implementation 'com.github.Tap-Payments:SamsungPay-Android:1.0.0'
79
80
}
81
```
samsungpay-sdk/build.gradle
@@ -72,7 +72,7 @@ afterEvaluate {
72
73
groupId = "com.github.Tap-Payments"
74
artifactId = "SamsungPay-Android"
- version = "0.0.1"
+ version = "1.0.0"
pom.withXml {
def dependenciesNode = asNode().appendNode('dependencies')
0 commit comments