Skip to content

Commit

Permalink
fix(deps): update dependency com.amazonaws:ivs-player to v1.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 5, 2024
1 parent 16a1d61 commit aa69e9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.29.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
implementation 'androidx.mediarouter:mediarouter:1.2.5'
Expand Down
2 changes: 1 addition & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.29.0'
}

apply from: 'capacitor.build.gradle'
Expand Down

0 comments on commit aa69e9e

Please sign in to comment.