Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 495 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 495 Bytes

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'