From c4a836549970195c09f39f3a0280040b6fd4f0a6 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 10 Mar 2026 14:39:38 -0500 Subject: [PATCH] Bump compileSdkVersion --- app.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.config.js b/app.config.js index 0ed73cf5a7..6c339260aa 100644 --- a/app.config.js +++ b/app.config.js @@ -264,7 +264,7 @@ module.exports = function (_config) { ], }, android: { - compileSdkVersion: 35, + compileSdkVersion: 36, targetSdkVersion: 35, buildToolsVersion: '35.0.0', buildReactNativeFromSource: IS_PRODUCTION,