Skip to content

Commit

Permalink
updated version code for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravjot committed Oct 30, 2024
1 parent 74dec8a commit bf479a1
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,8 @@
"name": "AmoledBackgrounds",
"slug": "amoledbackgrounds-app",
"version": "2.0.0-rc1",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "myapp",
"userInterfaceStyle": "dark",
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#000000"
},
"ios": {
"supportsTablet": true
},
"android": {
"versionCode": 28,
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#000000"
Expand All @@ -33,11 +22,6 @@
],
"package": "com.droidheat.amoledbackgrounds"
},
"web": {
"bundler": "metro",
"output": "static",
"favicon": "./assets/images/icon.svg"
},
"plugins": [
"expo-router",
[
Expand All @@ -55,6 +39,23 @@
}
]
],
"web": {
"bundler": "metro",
"output": "static",
"favicon": "./assets/images/icon.svg"
},
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "myapp",
"userInterfaceStyle": "dark",
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#000000"
},
"ios": {
"supportsTablet": true
},
"experiments": {
"typedRoutes": true
},
Expand Down

0 comments on commit bf479a1

Please sign in to comment.