Hi everyone, Can anyone help me to solve this erro...
# native
h
Hi everyone, Can anyone help me to solve this error? Could not determine the dependencies of task 'react native google paybundleLibCompileToJarRelease'.
Could not create task 'react native google paycompileReleaseJavaWithJavac'.
> In order to compile Java 9+ source, please set compileSdkVersion to 30 or above In my android/build.gradle,i have: buildscript { ext { buildToolsVersion = "34.0.0" minSdkVersion = 23 compileSdkVersion = 34 targetSdkVersion = 34 ndkVersion = "26.1.10909125" kotlinVersion = "1.9.22" } repositories { google() mavenCentral() } dependencies { classpath("com.android.tools.buildG8.2.1") // classpath("com.android.tools.build:gradle") classpath("com.facebook.react:react-native-gradle-plugin") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin") } } apply plugin: "com.facebook.react.rootproject"
d
The native in react-native is not the native this channel is about. Here is about C/C++/etc. For those errors, we are talking about Android or the React Native project.