This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Description
Hi! π
Firstly, thanks for your work on this project! π
Today I used patch-package to patch [email protected] for the project I'm working on.
Here is the diff that solved my problem:
diff --git a/node_modules/react-native-text-input-mask/android/build.gradle b/node_modules/react-native-text-input-mask/android/build.gradle
index c94f33f..c045381 100644
--- a/node_modules/react-native-text-input-mask/android/build.gradle
+++ b/node_modules/react-native-text-input-mask/android/build.gradle
@@ -27,7 +27,7 @@ android {
buildscript {
ext {
- kotlinVersion = '1.4.31'
+ kotlinVersion = '1.6.10'
}
repositories {
jcenter()
This issue body was partially generated by patch-package.