Skip to content

Commit

Permalink
fix: android build (expo-build-properties)
Browse files Browse the repository at this point in the history
  • Loading branch information
benguedj committed Aug 12, 2024
1 parent 84344f5 commit c6c97ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions front/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c6c97ca

Please sign in to comment.