Change target SDK versions.

This commit is contained in:
Patrick Fic
2025-07-04 10:29:56 -07:00
parent f44d8421e6
commit 05d4eef016

View File

@@ -2,9 +2,9 @@
"expo": { "expo": {
"name": "ImEX Mobile", "name": "ImEX Mobile",
"slug": "imexmobile", "slug": "imexmobile",
"version": "1.7.0", "version": "1.7.1",
"extra": { "extra": {
"expover": "3", "expover": "1",
"eas": { "eas": {
"projectId": "ffe01f3a-d507-4698-82cd-da1f1cad450b" "projectId": "ffe01f3a-d507-4698-82cd-da1f1cad450b"
} }
@@ -92,7 +92,10 @@
"expo-build-properties", "expo-build-properties",
{ {
"android": { "android": {
"minSdkVersion": 25 "minSdkVersion": 25,
"compileSdkVersion": 35,
"targetSdkVersion": 35,
"buildToolsVersion": "35.0.0"
} }
} }
], ],