Skip to content

Commit

Permalink
Atualiza a versão
Browse files Browse the repository at this point in the history
  • Loading branch information
migeyel committed May 1, 2023
1 parent a03b9ec commit e4df198
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "UFSCar Planner",
"owner": "petbccufscar",
"slug": "ufscar-planner",
"version": "1.3.2",
"version": "1.3.3",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
Expand Down Expand Up @@ -32,15 +32,15 @@
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.pet.ufscarplanner",
"buildNumber": "1.3.2"
"buildNumber": "1.3.3"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#E8243C"
},
"package": "com.pet.ufscarplanner",
"versionCode": 9,
"versionCode": 10,
"permissions": [
"RECEIVE_BOOT_COMPLETED"
]
Expand Down

0 comments on commit e4df198

Please sign in to comment.