Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit cc191ff

Browse files
committed
Merge remote-tracking branch 'origin/master' into 3-dev
2 parents 07ec3f7 + 120fcb9 commit cc191ff

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

doc/3/getting-started/install/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ The following examples are made to be executed without any IDE.
3333
If you're using Eclipse, IntelliJ or another Java IDE, you need to add the SDK as a project dependency in your classpath.
3434
:::
3535

36+
### Installing on Android using gradle
37+
38+
In your app build.gradle add the following line and sync.
39+
40+
implementation "io.kuzzle:kuzzle-sdk-java:3.0.0"
41+
3642
## First connection
3743

3844
Initialize a new Java project, create a `gettingstartedfirstconnection.java` file and start by adding the code below:
@@ -117,4 +123,4 @@ Now that you're more familiar with the Java SDK, you can dive even deeper to lea
117123
- discover what this SDK has to offer by browsing other sections of this documentation
118124
- learn how to use [Koncorde](/core/2/guides/cookbooks/realtime-api) to create incredibly fine-grained and blazing-fast subscriptions
119125
- follow our guide to learn how to perform [basic authentication](/core/2/guides/essentials/user-authentication#local-strategy)
120-
- follow our guide to learn how to [manage users and how to set up fine-grained access control](/core/2/guides/essentials/security)
126+
- follow our guide to learn how to [manage users and how to set up fine-grained access control](/core/2/guides/essentials/security)

0 commit comments

Comments
 (0)