Skip to content

Commit c6c97ca

Browse files
committed
fix: android build (expo-build-properties)
1 parent 84344f5 commit c6c97ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

front/app.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
9090
"expo-build-properties",
9191
{
9292
android: {
93-
buildToolsVersion: "33.0.0",
94-
compileSdkVersion: 33,
95-
targetSdkVersion: 33,
93+
buildToolsVersion: "34.0.0",
94+
compileSdkVersion: 34,
95+
targetSdkVersion: 34,
9696
},
9797
ios: {
9898
deploymentTarget: "16.0",

0 commit comments

Comments
 (0)