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 f5bcc5a commit 7691bf1Copy full SHA for 7691bf1
README.md
@@ -37,9 +37,8 @@ The SDK can be included to handle authorization. There is no need for you to han
37
38
##### Install
39
40
-###### Maven Includes
41
-
42
-Step 1. Add repo to your root pom.xml
+Maven
+###### Step 1. Add repo to your root pom.xml
43
```
44
<repositories>
45
<repository>
@@ -60,9 +59,8 @@ Step 2. Add the dependency
60
59
</dependencies>
61
62
63
-###### Gradle Includes
64
65
-Step 1. Add it in your root build.gradle at the end of repositories
+Gradle
+###### Step 1. Add it in your root build.gradle at the end of repositories
66
67
allprojects {
68
repositories {
0 commit comments