[snowflake-mobile/master] Added WebRTC library to gradle

2 Jun
2020
2 Jun
'20
1:41 p.m.
commit 145c344946a74ecb1533f35ed9590c05485150aa Author: Hashik Donthineni <HashikDonthineni@gmail.com> Date: Sun May 31 14:41:57 2020 +0530 Added WebRTC library to gradle --- app/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 5234369..dadaf2d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -44,4 +44,7 @@ dependencies { //RxAndroid implementation 'io.reactivex.rxjava3:rxandroid:3.0.0' implementation 'io.reactivex.rxjava3:rxjava:3.0.0' + + //WebRTC Android + implementation 'org.webrtc:google-webrtc:1.0.30039' }
1856
Age (days ago)
1856
Last active (days ago)
0 comments
1 participants
participants (1)
-
cohosh@torproject.org