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, }, }, ],