From 78eb22ea794b9bf6f9f894e46a3003caf286913c Mon Sep 17 00:00:00 2001 From: Justin Wyne <1986068+wyne@users.noreply.github.com> Date: Tue, 1 Jul 2025 21:05:25 -0700 Subject: [PATCH] Android SDK 35 --- app.config.js | 4 ++++ 1 file changed, 4 insertions(+) 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, + }, }, ], ]