Skip to content

Commit

Permalink
chore: bump android version
Browse files Browse the repository at this point in the history
  • Loading branch information
rameziophobia committed Feb 6, 2022
1 parent e8fb327 commit 10b582f
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Educate",
"slug": "educate-mobile",
"scheme": "educate-mobile",
"version": "2022.2.4",
"version": "2022.2.5",
"facebookScheme": "fb302939171663614",
"facebookAppId": "302939171663614",
"facebookDisplayName": "Educate",
Expand All @@ -19,9 +19,7 @@
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.squidsoft.educate",
Expand All @@ -30,7 +28,7 @@
},
"android": {
"package": "com.squidsoft.educate",
"versionCode": 11,
"versionCode": 12,
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FFFFFF"
Expand All @@ -44,9 +42,7 @@
"web": {
"favicon": "./assets/favicon.png"
},
"plugins": [
"sentry-expo"
],
"plugins": ["sentry-expo"],
"hooks": {
"postPublish": [
{
Expand Down

0 comments on commit 10b582f

Please sign in to comment.