Skip to content

Commit

Permalink
Merge pull request #392 from itbel/experimental-packages
Browse files Browse the repository at this point in the history
Version upgrades
  • Loading branch information
itbel committed Sep 9, 2023
2 parents 15700b6 + 306c6c6 commit e3bdbd2
Show file tree
Hide file tree
Showing 57 changed files with 12,173 additions and 20,347 deletions.
22 changes: 17 additions & 5 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"name": "The Meeting House",
"description": "When’s the last time someone asked you what you believe? You know—about the big things in life. We’re a church that loves to ask questions, and loves people with questions. We don’t have all the answers, but exploring together is pretty much our favourite thing.",
"slug": "tmh-mobile",
"owner": "georgevicbell",
"owner": "itbel",
"privacy": "public",
"platforms": ["ios", "android", "web"],
"androidStatusBar": {
"barStyle": "light-content",
"backgroundColor": "#000000"
},
"version": "6.0.25",
"version": "6.0.29",
"orientation": "portrait",
"icon": "./assets/icons/icon.png",
"splash": {
Expand Down Expand Up @@ -52,7 +52,6 @@
"apiKey": "AIzaSyAYPqUYMe4VKqZ3fhhS-vOF5gEcjnnuzIk"
}
},
"useNextNotificationsApi": true,
"package": "org.tmh.takenote",
"intentFilters": [
{
Expand All @@ -70,8 +69,21 @@
},
"extra": {
"eas": {
"projectId": "c5a45526-fcf8-45c5-8082-96da013dfa70"
"projectId": "3ddfe55c-e4da-48e7-8ee3-dedad814136e"
}
}
},
"plugins": [
"sentry-expo",
[
"expo-build-properties",
{
"android": {
"compileSdkVersion": 33,
"targetSdkVersion": 33,
"buildToolsVersion": "33.0.0"
}
}
]
]
}
}
2 changes: 1 addition & 1 deletion eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"submit": {
"production": {
"ios": {
"appleId": "george.bell@themeetinghouse.com",
"appleId": "igortbelem@gmail.com",
"ascAppId": "917315049",
"appleTeamId": "WJUK92YX68"
}
Expand Down

0 comments on commit e3bdbd2

Please sign in to comment.