From 5eebda4b6bfd3b06abe3ad35b4a239d8e9316a4b Mon Sep 17 00:00:00 2001 From: chahinebrini Date: Mon, 11 May 2026 04:09:45 +0200 Subject: [PATCH] fix(android): bump compileSdk + targetSdk to 36 for androidx.core 1.17 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit EAS Cloud prebuild ignores local android/build.gradle pins (android/ is gitignored). Plugin compileSdk 35 → 36 satisfies new androidx.core dependency requirements. Co-Authored-By: Claude Opus 4.7 (1M context) --- apps/rebreak-native/app.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/rebreak-native/app.config.ts b/apps/rebreak-native/app.config.ts index 03521a4..9e42fb8 100644 --- a/apps/rebreak-native/app.config.ts +++ b/apps/rebreak-native/app.config.ts @@ -67,8 +67,8 @@ export default ({ config }: ConfigContext): ExpoConfig => ({ }, android: { minSdkVersion: 26, - compileSdkVersion: 35, - targetSdkVersion: 35, + compileSdkVersion: 36, + targetSdkVersion: 36, }, }, ],