-
Notifications
You must be signed in to change notification settings - Fork 2
Getting the SDK
Lejla Solak edited this page May 27, 2024
·
1 revision
To acquire our SDK via Gradle dependency from the Maven Central repository, simply add the following snippet to your
build.gradle
file:
dependencies {
implementation('com.infobip:infobip-rtc:+@aar') {
transitive = true
}
}