diff --git a/app.config.js b/app.config.js index 5248af4..a133536 100644 --- a/app.config.js +++ b/app.config.js @@ -114,6 +114,10 @@ export default { ios: { useFrameworks: 'static', }, + android: { + compileSdkVersion: 35, + targetSdkVersion: 35, + }, }, ], ]