Skip to content

Commit

Permalink
chore: bump android version
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiParraCrespo committed Nov 25, 2024
1 parent da0f3d1 commit b9eebfd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
},
],
Expand Down

0 comments on commit b9eebfd

Please sign in to comment.