Skip to content

Commit

Permalink
Update README-java.md
Browse files Browse the repository at this point in the history
  • Loading branch information
doublewei-ad authored Sep 25, 2023
1 parent a40948f commit adac743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme/README-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Atome Merchant Android Demo
Add the dependency in your `build.gradle` file.

```groovy
implementation 'io.github.atome-fe:merchant-sdk-java:1.2.0'
implementation 'io.github.atome-fe:merchant-sdk-java:1.5.0'
```

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

```java
AtomeSDK.getInstance().isInstalledAtomeApp();
AtomeSDK.getInstance().isAtomeInstalled();
```
3. Provide a payment url to SDK.

Expand Down

0 comments on commit adac743

Please sign in to comment.