so we are at expo sdk 51 and not planning to upgrade any sooner.
[
"expo-build-properties",
{
"android": {
"compileSdkVersion": 34,
"targetSdkVersion": 35,
"buildToolsVersion": "35.0.0",
}
}
],
will this work for us?
tried the above mentioned answer, but got build error so just making compileSdkVersion:'34' ll work? we are on free eas plan it already takes a long time to start build and i do make direct eas build (no prebuild etc)
{
"expo": {
...
"plugins": [
[
"expo-build-properties",
{
"android": {
"compileSdkVersion": 35,
"targetSdkVersion": 35,
"buildToolsVersion": "35.0.0"
},
}
]
]
}
}