Merge branch 'release/1.7.1' into rome/1.7.1

This commit is contained in:
Patrick Fic
2025-07-07 08:24:37 -07:00

View File

@@ -2,9 +2,9 @@
"expo": {
"name": "Rome Mobile",
"slug": "rome-mobile",
"version": "1.7.0",
"version": "1.7.1",
"extra": {
"expover": "3",
"expover": "1",
"eas": {
"projectId": "df105e21-a07f-4425-af10-2200a7704a48"
}
@@ -91,7 +91,10 @@
"expo-build-properties",
{
"android": {
"minSdkVersion": 25
"minSdkVersion": 25,
"compileSdkVersion": 35,
"targetSdkVersion": 35,
"buildToolsVersion": "35.0.0"
}
}
],