Skip to content

Commit

Permalink
Merge pull request #564 from Peersyst/feat/android-release-fixes
Browse files Browse the repository at this point in the history
chore: update android build version
  • Loading branch information
AgustinMJ authored Nov 25, 2024
2 parents f205184 + b9eebfd commit c9a291c
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 c9a291c

Please sign in to comment.