From 024d5e3423d565015d108aa3edbaaa1724808674 Mon Sep 17 00:00:00 2001 From: Juan Navarro Date: Thu, 16 Jun 2022 16:59:31 +0200 Subject: [PATCH] openvidu-android: Bump dependency versions Android Studio notified about newer dependency versions available. --- openvidu-android/app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openvidu-android/app/build.gradle b/openvidu-android/app/build.gradle index b41b2309..f2f31c56 100644 --- a/openvidu-android/app/build.gradle +++ b/openvidu-android/app/build.gradle @@ -40,14 +40,14 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.1.0' - implementation 'com.android.support.constraint:constraint-layout:1.1.3' + implementation 'androidx.appcompat:appcompat:1.4.2' + implementation 'com.android.support.constraint:constraint-layout:2.0.4' implementation 'com.jakewharton:butterknife:10.2.0' implementation 'com.squareup.okhttp3:okhttp:4.2.0' implementation 'com.neovisionaries:nv-websocket-client:2.9' implementation 'org.webrtc:google-webrtc:1.0.32006' annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.0' testImplementation 'junit:junit:4.12' - androidTestImplementation 'androidx.test:runner:1.2.0' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' + androidTestImplementation 'androidx.test:runner:1.4.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' }