From 06af2a290a7a3c486a6c3efe21fca102d744ff6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 19:24:24 +0000 Subject: [PATCH] fix(deps): update dependency com.amazonaws:ivs-player to v1.36.0 --- android/build.gradle | 2 +- example/android/app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 065aa79..64a5c76 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -52,7 +52,7 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation project(':capacitor-android') implementation 'com.google.android.material:material:1.9.0' - implementation 'com.amazonaws:ivs-player:1.20.0' + implementation 'com.amazonaws:ivs-player:1.36.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.3' implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion" implementation 'androidx.mediarouter:mediarouter:1.2.5' diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 07136b8..eb4bfd9 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -40,7 +40,7 @@ dependencies { androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion" androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion" implementation project(':capacitor-cordova-android-plugins') - implementation 'com.amazonaws:ivs-player:1.20.0' + implementation 'com.amazonaws:ivs-player:1.36.0' } apply from: 'capacitor.build.gradle'