Skip to content

Zoom aar file included in module so that it can be used as implementation inside library modules.

Notifications You must be signed in to change notification settings

NadeemIqbal/Zoom-Android-SDK

Repository files navigation

Zoom-Android-SDK

Zoom Video Meeting aar for Android file included in module so that it can be used as implementation inside library modules.

Add below lines in your projects's build.gradle

    maven {
        url "https://jitpack.io"
    }

Add implementation in your module's build.gradle

   	implementation 'com.github.NadeemIqbal:Zoom-Android-SDK:1.1.2'