Skip to content

Commit

Permalink
Changes for android build.
Browse files Browse the repository at this point in the history
  • Loading branch information
vikramsamak committed Jun 23, 2024
1 parent b35e3ee commit ca3d429
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 2 deletions.
15 changes: 13 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,26 @@
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff"
}
},
"package": "com.vikramsamak.PhsiCalcApp"
},
"web": {
"output": "single",
"bundler": "metro"
},
"plugins": ["expo-router"],
"plugins": [
"expo-router"
],
"experiments": {
"typedRoutes": true
},
"extra": {
"router": {
"origin": false
},
"eas": {
"projectId": "c9ef5fab-2bcc-43d4-a0de-b4fb14154da1"
}
}
}
}
Binary file added assets/icon-no-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/adaptive-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions eas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"build": {
"preview": {
"android": {
"buildType": "apk"
}
},
"preview2": {
"android": {
"gradleCommand": ":app:assembleRelease"
}
},
"preview3": {
"developmentClient": true
},
"preview4": {
"distribution": "internal"
},
"production": {}
}
}

0 comments on commit ca3d429

Please sign in to comment.