We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5844fbf commit 6d9ba36Copy full SHA for 6d9ba36
1 file changed
app/build.gradle
@@ -41,9 +41,9 @@ dependencies {
41
implementation 'androidx.appcompat:appcompat:1.4.1'
42
implementation 'com.google.android.material:material:1.6.1'
43
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
44
- implementation project(path: ':AndroidPeerRTC')
+// implementation project(path: ':AndroidPeerRTC')
45
testImplementation 'junit:junit:4.13.2'
46
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
47
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
48
- implementation 'com.github.PeerRTC:AndroidPeerRTC:v.1.0-beta'
+ implementation 'com.github.PeerRTC:AndroidPeerRTC:v.1.0.1-beta'
49
}
0 commit comments