diff --git a/android/build.gradle b/android/build.gradle index c96fb77..49b9002 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -82,7 +82,7 @@ def kotlin_version = getExtOrDefault("kotlinVersion") dependencies { implementation "com.facebook.react:react-android" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation 'com.github.testpress:TPStreamsAndroidPlayer:1.0.4' + implementation 'com.github.testpress:TPStreamsAndroidPlayer:1.0.5' } react {