We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dependencies { classpath("com.android.tools.build:gradle:7.3.1") classpath("com.facebook.react:react-native-gradle-plugin") classpath 'com.google.gms:google-services:4.3.15' compile project(':react-native-upi-payment') }
The text was updated successfully, but these errors were encountered:
goto node_modules>react-native-upi-payment>android>build.gradle
dependencies { compile "com.facebook.react:react-native:+" // From node_modules compile 'com.google.code.gson:gson:2.8.0' }
change "compile" to "implementation"
dependencies { implementation "com.facebook.react:react-native:+" // From node_modules implementation 'com.google.code.gson:gson:2.8.0' }
Sorry, something went wrong.
@pratteekshaurya1994 Would you like to give a PR for the same, i can merge it and push a new bundle out on npm
@nitish24p I have added a PR for the same. Please review it.
No branches or pull requests
dependencies {
classpath("com.android.tools.build:gradle:7.3.1")
classpath("com.facebook.react:react-native-gradle-plugin")
classpath 'com.google.gms:google-services:4.3.15'
compile project(':react-native-upi-payment')
}
The text was updated successfully, but these errors were encountered: