NadeemIqbal / Zoom-Android-SDK

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About

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


Languages

Language:Kotlin 100.0%