Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `react-native-tts@4.1.1` for the project I'm working on. <!-- 🔺️🔺️🔺️ PLEASE REPLACE THIS BLOCK with a description of your problem, and any other relevant context 🔺️🔺️🔺️ --> Here is the diff that solved my problem: ```diff diff --git a/node_modules/react-native-tts/android/build.gradle b/node_modules/react-native-tts/android/build.gradle index dbbe046..d4d28c5 100644 --- a/node_modules/react-native-tts/android/build.gradle +++ b/node_modules/react-native-tts/android/build.gradle @@ -4,7 +4,6 @@ def safeExtGet(prop, fallback) { buildscript { repositories { - jcenter() } dependencies { ``` <em>This issue body was [partially generated by patch-package](https://github.com/ds300/patch-package/issues/296).</em>