This repository was archived by the owner on Sep 28, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
doc/3/getting-started/install Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,6 +33,12 @@ The following examples are made to be executed without any IDE.
3333If 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
3844Initialize 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 )
You can’t perform that action at this time.
0 commit comments