Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tangimds committed Sep 29, 2023
1 parent 8066cca commit edb5853
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions app/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "BPCO'Mieux",
"slug": "bpco",
"version": "1.1.1",
"version": "1.1.2",
"orientation": "portrait",
"icon": "./assets/imgs/logo.png",
"userInterfaceStyle": "light",
Expand Down Expand Up @@ -37,13 +37,16 @@
},
"owner": "bpco",
"plugins": [
["expo-build-properties", {
"android": {
"compileSdkVersion": 33,
"targetSdkVersion": 33,
"buildToolsVersion": "33.0.0"
[
"expo-build-properties",
{
"android": {
"compileSdkVersion": 33,
"targetSdkVersion": 33,
"buildToolsVersion": "33.0.0"
}
}
}],
],
"sentry-expo"
],
"hooks": {
Expand Down

0 comments on commit edb5853

Please sign in to comment.