Canciller / react-native-images-to-pdf

Easily generate PDF files from images in React Native.
MIT License
26 stars 10 forks source link

BUILD FAILED please update compileSdkVersion to 30 #20

Open techUdayMungalpara opened 9 months ago

techUdayMungalpara commented 9 months ago

The error message indicates that the react-native-image-to-pdf library is expecting a compileSdkVersion of 30 or above to compile Java 9+ source code. You have previously updated the compileSdkVersion to 30, but it seems that the library or some configuration still expects a different setting.

react-native info

Android SDK:

API Levels:
  - "28"
  - "30"
  - "32"
  - "33"
  - "34"
Build Tools:
  - 30.0.3
  - 33.0.1
  - 34.0.0

Java:

version: 17.0.9
path: /opt/jdk-17.0.9+9/bin/javac 
NithinSK04 commented 9 months ago