From 8d3c8151df1daf04b726f89d0764c327c97fde9a Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Mon, 23 Oct 2017 23:03:07 +0200 Subject: [PATCH] Backup config & WebRTC deps Signed-off-by: Mario Danic --- app/build.gradle | 2 ++ app/src/main/AndroidManifest.xml | 19 ++++++++++++++----- app/src/main/res/xml/backup_config.xml | 24 ++++++++++++++++++++++++ 3 files changed, 40 insertions(+), 5 deletions(-) create mode 100644 app/src/main/res/xml/backup_config.xml 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 @@ - - - + + + + + + + + + + + + + + +