Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
update app.json version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tdanks2000 committed Feb 11, 2023
1 parent 00c9885 commit becaff4
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "StreamAble",
"slug": "StreamAble",
"version": "0.1.7",
"version": "0.1.9",
"scheme": "streamable",
"plugins": [
[
Expand All @@ -24,7 +24,9 @@
"fallbackToCacheTimeout": 0,
"url": "https://u.expo.dev/9993d8be-e845-45b5-9a2f-4e65a8877e0f"
},
"assetBundlePatterns": ["**/*"],
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": false,
"bundleIdentifier": "com.tdanks2000.StreamAble"
Expand All @@ -38,11 +40,14 @@
{
"action": "MAIN",
"data": {},
"category": ["LEANBACK_LAUNCHER", "LAUNCHER"]
"category": [
"LEANBACK_LAUNCHER",
"LAUNCHER"
]
}
],
"package": "com.tdanks2000.StreamAble",
"versionCode": 30
"versionCode": 31
},
"web": {
"favicon": "./assets/favicon.png"
Expand Down

0 comments on commit becaff4

Please sign in to comment.