Skip to content

Commit

Permalink
fix: update compileSdkVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangvu12 committed Dec 5, 2023
1 parent 52ae397 commit 0391f65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
'expo-build-properties',
{
android: {
kotlinVersion: '1.7.22', // this is for softinput package
kotlinVersion: '1.7.22', // this is for softinput package,
compileSdkVersion: 34,
},
},
],
Expand Down

0 comments on commit 0391f65

Please sign in to comment.