We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84344f5 commit c6c97caCopy full SHA for c6c97ca
front/app.config.ts
@@ -90,9 +90,9 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
90
"expo-build-properties",
91
{
92
android: {
93
- buildToolsVersion: "33.0.0",
94
- compileSdkVersion: 33,
95
- targetSdkVersion: 33,
+ buildToolsVersion: "34.0.0",
+ compileSdkVersion: 34,
+ targetSdkVersion: 34,
96
},
97
ios: {
98
deploymentTarget: "16.0",
0 commit comments