Skip to content

Commit adac743

Browse files
authored
Update README-java.md
1 parent a40948f commit adac743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme/README-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Atome Merchant Android Demo
99
Add the dependency in your `build.gradle` file.
1010

1111
```groovy
12-
implementation 'io.github.atome-fe:merchant-sdk-java:1.2.0'
12+
implementation 'io.github.atome-fe:merchant-sdk-java:1.5.0'
1313
```
1414

1515
## Usage
@@ -23,7 +23,7 @@ AtomeSDK.getInstance().init(applicationContext);
2323
2. Check whether the atome APP is installed.
2424

2525
```java
26-
AtomeSDK.getInstance().isInstalledAtomeApp();
26+
AtomeSDK.getInstance().isAtomeInstalled();
2727
```
2828
3. Provide a payment url to SDK.
2929

0 commit comments

Comments
 (0)