diff --git a/front/app.config.ts b/front/app.config.ts index eaaa52463..dadc30b14 100644 --- a/front/app.config.ts +++ b/front/app.config.ts @@ -90,9 +90,9 @@ export default ({ config }: ConfigContext): ExpoConfig => ({ "expo-build-properties", { android: { - buildToolsVersion: "33.0.0", - compileSdkVersion: 33, - targetSdkVersion: 33, + buildToolsVersion: "34.0.0", + compileSdkVersion: 34, + targetSdkVersion: 34, }, ios: { deploymentTarget: "16.0",