Skip to content

Commit 09b5061

Browse files
Remove google services dependencies
1 parent a3e139f commit 09b5061

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

Basic-Video-Chat-ConnectionService-Java/app/build.gradle

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,8 @@ android {
3232
}
3333

3434
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}"
4136
implementation "androidx.appcompat:appcompat:${extAppCompatVersion}"
4237
implementation "androidx.constraintlayout:constraintlayout:${extConstraintLyoutVersion}"
4338
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
44-
}
45-
46-
apply plugin: 'com.google.gms.google-services'
39+
}

Basic-Video-Chat-ConnectionService-Java/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
// 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-
82
plugins {
93
id 'com.android.application' version '8.6.0' apply false
104
id 'com.android.library' version '8.6.0' apply false

0 commit comments

Comments
 (0)