Commit 887f7e59 authored by Lorenzo Trujillo Rojas's avatar Lorenzo Trujillo Rojas
Browse files

commit

parent b36760f6
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -25,6 +25,11 @@
        "foregroundImage": "./assets/adaptive-icon.png",
        "backgroundColor": "#ffffff"
      },
      "config": {
        "googleMaps": {
          "apiKey": "$(GOOGLE_MAPS)"
        }
      },
      "package": "com.lorenzotrujillo.mobile",
      "permissions": [
        "android.permission.CAMERA",
@@ -70,6 +75,11 @@
      "expo-secure-store",
      "expo-localization"
    ],
    "owner": "lorenzotrujillo"
    "owner": "lorenzotrujillo",
    "extra": {
      "eas": {
        "projectId": "e886fd36-a509-4844-bc03-c722bb61a245"
      }
    }
  }
}