-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update codepush.gradle: fix Could not find matching constructor for: … #2649
Conversation
…java.io.File(File)
Co-authored-by: Artem Mizinin <mizinin@users.noreply.github.com>
Needing this for GSTJ/react-native-code-push-plugin#4 |
Hi! I confirm that after applying this PR my app builds ok on android and RN 73 |
I manually made the proposed changes in a RN 72 project and it seems to work. Is there anything holding this back from being pushed to NPM? It's delaying my team's ability to compile new APKs |
you can use patch-package for now 😄 |
¿Is it possible to do a new release so this change gets published to npmJS? |
Hello, @mgscreativa, this release is already on npmJS - https://www.npmjs.com/package/react-native-code-push |
./gradlew clean
fix Could not find matching constructor for java.io.File(File). Fixes : #2648