I think I may have figured it out. Inside of project settings > platforms > android I have set the minimum SDK to 26 and Target SDK to 34 which was correct.
What I did and fixed it was in the Android SDK instead of having the both SDK and NDK the same version i have SDK to android-34 (for android 14) and NDK to android-30 (for android 10) and from the looks of it that did the trick.
I just made sure to have higher version of NDK that supports android 34. Hope this helps.