How to add connectSDK libraries to android studio

213 views Asked by At

I am just trying to know how to add connectSDK to android studio so I can work with their classes in the program

1

There are 1 answers

0
Mointy On

Put this in your Gradle.build:

implementation('com.connectsdk:connect-sdk-android:1.6.0')