File tree Expand file tree Collapse file tree 2 files changed +2
-15
lines changed
Basic-Video-Chat-ConnectionService-Java Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -32,15 +32,8 @@ android {
32
32
}
33
33
34
34
dependencies {
35
- // Dependency versions are defined in the ../../commons.gradle file
36
- // implementation "com.opentok.android:opentok-android-sdk:${extOpentokSdkVersion}"
37
- implementation files(' libs/opentok-android-sdk-2.31.0.aar' )
38
- implementation " com.vonage:webrtc:121.1.96"
39
- implementation " com.google.guava:guava:33.4.8-android"
40
-
35
+ implementation " com.opentok.android:opentok-android-sdk:${ extOpentokSdkVersion} "
41
36
implementation " androidx.appcompat:appcompat:${ extAppCompatVersion} "
42
37
implementation " androidx.constraintlayout:constraintlayout:${ extConstraintLyoutVersion} "
43
38
implementation ' androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
44
- }
45
-
46
- apply plugin : ' com.google.gms.google-services'
39
+ }
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
- buildscript {
3
- dependencies {
4
- classpath ' com.google.gms:google-services:4.4.1'
5
- }
6
- }
7
-
8
2
plugins {
9
3
id ' com.android.application' version ' 8.6.0' apply false
10
4
id ' com.android.library' version ' 8.6.0' apply false
You can’t perform that action at this time.
0 commit comments