From 05d4eef01649d7e1bf66fb6b50586f1b91c8d5ba Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Fri, 4 Jul 2025 10:29:56 -0700 Subject: [PATCH] Change target SDK versions. --- app.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index 68588c3..634f712 100644 --- a/app.json +++ b/app.json @@ -2,9 +2,9 @@ "expo": { "name": "ImEX Mobile", "slug": "imexmobile", - "version": "1.7.0", + "version": "1.7.1", "extra": { - "expover": "3", + "expover": "1", "eas": { "projectId": "ffe01f3a-d507-4698-82cd-da1f1cad450b" } @@ -92,7 +92,10 @@ "expo-build-properties", { "android": { - "minSdkVersion": 25 + "minSdkVersion": 25, + "compileSdkVersion": 35, + "targetSdkVersion": 35, + "buildToolsVersion": "35.0.0" } } ],