I am trying to set the minimum supporting version for android to 10 and ios to 15. I am a iOS dev trying out RN and Expo. I think there is deploymentTarget for iOS in BuildProperties but couldn't find it for android version. I have almost no knowledge about Android so i think i am missing something here.
"expo": {"plugins": [ ["expo-build-properties", {"android": {"compileSdkVersion": 34,"targetSdkVersion": 34,"buildToolsVersion": "34.0.0" },"ios": {"deploymentTarget": "15.0" } } ] ] }}```