Skip to content

Commit 6d9ba36

Browse files
committed
Update build.gradle
1 parent 5844fbf commit 6d9ba36

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ dependencies {
4141
implementation 'androidx.appcompat:appcompat:1.4.1'
4242
implementation 'com.google.android.material:material:1.6.1'
4343
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
44-
implementation project(path: ':AndroidPeerRTC')
44+
// implementation project(path: ':AndroidPeerRTC')
4545
testImplementation 'junit:junit:4.13.2'
4646
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
4747
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
48-
implementation 'com.github.PeerRTC:AndroidPeerRTC:v.1.0-beta'
48+
implementation 'com.github.PeerRTC:AndroidPeerRTC:v.1.0.1-beta'
4949
}

0 commit comments

Comments
 (0)