Change target SDK versions.
This commit is contained in:
9
app.json
9
app.json
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user