react-native-sms-x icon indicating copy to clipboard operation
react-native-sms-x copied to clipboard

Upgrade compileSdkVersion to 30 to fix compile error

Open liAmirali opened this issue 1 year ago • 0 comments

Fixes this error after running react-native run-android:

FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':tasks'. > Could not create task ':react-native-sms-x:compileDebugJavaWithJavac'.     > In order to compile Java 9+ source, please set compileSdkVersion to 30 or above

liAmirali avatar Jul 24 '23 17:07 liAmirali