diff --git a/android/build.gradle b/android/build.gradle index 00b7ab6..63c6125 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.7' + implementation 'com.github.testpress:TPStreamsAndroidPlayer:1.0.10' } react {