diff --git a/app.config.ts b/app.config.ts index 4fba1023d..19dd8583d 100644 --- a/app.config.ts +++ b/app.config.ts @@ -60,8 +60,9 @@ export default ({ config }: ConfigContext): ExpoConfig => ({ "expo-build-properties", { android: { - compileSdkVersion: 33, - targetSdkVersion: 33, + compileSdkVersion: 34, + targetSdkVersion: 34, + buildToolsVersion: "34.0.0", }, }, ],