i am using this library for NFC card reading text this library is working fine in this version
buildToolsVersion = "30.0.1"
minSdkVersion = 21
compileSdkVersion = 33
targetSdkVersion = 33
ndkVersion = "21.4.7075529"
androidXCore = "1.6.0"
kotlinVersion = "1.6.21"
but as we update target SdkVerion 34 according to google policies, App is crashing on NFC Card Reading screen
we just want as we update compileSdkVersion = 33,targetSdkVersion = 33 to 34 then is should be worked on android verion 14