From 95effb65c031df6f0dd30946f1aeeb098dbf46a1 Mon Sep 17 00:00:00 2001 From: Andy G Date: Thu, 2 Nov 2023 15:32:36 -0700 Subject: [PATCH] updated build.gradle --- android/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index de702f92ed..9bf83e3005 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -63,10 +63,10 @@ dependencies { } // All support libs must use the same version - implementation "androidx.annotation:annotation:1.1.0" - implementation "androidx.core:core:1.1.0" - implementation "androidx.media:media:1.1.0" - implementation "androidx.activity:activity:1.4.0" + implementation "androidx.annotation:annotation:1.7.0" + implementation "androidx.core:core:1.12.0" + implementation "androidx.media:media:1.6.0" + implementation "androidx.activity:activity:1.8.0" implementation('com.google.android.exoplayer:extension-okhttp:2.18.1') { exclude group: 'com.squareup.okhttp3', module: 'okhttp'