You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting an error on react native, android build :
Could not determine the dependencies of task ':voximplant_react-native-foreground-service:bundleLibCompileToJarDebug'.
> Could not create task ':voximplant_react-native-foreground-service:compileDebugJavaWithJavac'.
> In order to compile Java 9+ source, please set compileSdkVersion to 30 or above
In my build.gradle I am using correct sdk versions
Hi,
I am getting an error on react native, android build :
In my build.gradle I am using correct sdk versions
Java version : 17
@voximplant/react-native-foreground-service: "^3.0.2",
Is this not compatible with java 17.
The text was updated successfully, but these errors were encountered: