From c6c97cafada5f91d8ced9d82cbcdbb74810645ce Mon Sep 17 00:00:00 2001 From: Benjamin Date: Mon, 12 Aug 2024 14:53:11 +0200 Subject: [PATCH] fix: android build (expo-build-properties) --- front/app.config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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",