We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a40948f commit adac743Copy full SHA for adac743
readme/README-java.md
@@ -9,7 +9,7 @@ Atome Merchant Android Demo
9
Add the dependency in your `build.gradle` file.
10
11
```groovy
12
-implementation 'io.github.atome-fe:merchant-sdk-java:1.2.0'
+implementation 'io.github.atome-fe:merchant-sdk-java:1.5.0'
13
```
14
15
## Usage
@@ -23,7 +23,7 @@ AtomeSDK.getInstance().init(applicationContext);
23
2. Check whether the atome APP is installed.
24
25
```java
26
-AtomeSDK.getInstance().isInstalledAtomeApp();
+AtomeSDK.getInstance().isAtomeInstalled();
27
28
3. Provide a payment url to SDK.
29
0 commit comments