diff --git a/app/build.gradle b/app/build.gradle index a11e91a2b..4d5a00168 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -107,6 +107,8 @@ dependencies { annotationProcessor 'com.github.bumptech.glide:compiler:4.2.0' compile 'com.github.bumptech.glide:okhttp3-integration:4.2.0@aar' + implementation 'org.webrtc:google-webrtc:1.0.+' + testImplementation 'junit:junit:4.12' androidTestImplementation ('com.android.support.test.espresso:espresso-core:3.0.1', { exclude group: 'com.android.support', module: 'support-annotations' diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index fe78fa4c9..a3003fc52 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,19 +1,28 @@ - - - + + + + + + + + + + + + + + +