From 5c9e0fe71b4846d47bf85a31be7467b0419181eb Mon Sep 17 00:00:00 2001 From: Hailey Date: Sun, 10 Nov 2024 14:26:08 -0800 Subject: [PATCH] bump android target --- app.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app.config.js b/app.config.js index b4e4959623..56582f9d87 100644 --- a/app.config.js +++ b/app.config.js @@ -206,9 +206,9 @@ module.exports = function (config) { newArchEnabled: false, }, android: { - compileSdkVersion: 34, - targetSdkVersion: 34, - buildToolsVersion: '34.0.0', + compileSdkVersion: 35, + targetSdkVersion: 35, + buildToolsVersion: '35.0.0', newArchEnabled: false, }, },