Skip to content

Commit

Permalink
fix project setup
Browse files Browse the repository at this point in the history
  • Loading branch information
burak-58 committed Nov 23, 2023
1 parent 983a7da commit e8a38de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webrtc-android-sample-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-viewmodel:2.5.1"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1"
debugImplementation "androidx.test:core:1.5.0"
//implementation "io.github.crow-misia.libyuv:libyuv-android:0.25.0"
implementation "io.github.crow-misia.libyuv:libyuv-android:0.25.0"
implementation 'org.apache.commons:commons-lang3:3.0'
androidTestImplementation 'com.squareup.okhttp3:okhttp:4.9.3'
androidTestImplementation 'com.squareup.okhttp3:logging-interceptor:4.9.3'
Expand Down

0 comments on commit e8a38de

Please sign in to comment.