Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 281 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 281 Bytes

Source code directories

Use Gralde

allprojects {
  repositories {
    ...
    maven { url 'https://jitpack.io' }
  }
}

dependencies {
  implementation 'com.github.ngochuu90:WebRTC_Android_JDK_7:0.1'
}