Skip to content

Commit a1c4f9c

Browse files
committed
generate android build
1 parent 8d5d016 commit a1c4f9c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

app.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,14 @@
3333
"android": {
3434
"newArchEnabled": true,
3535
"userInterfaceStyle": "automatic",
36+
"package": "com.studytracker.app",
37+
"versionCode": 1,
3638
"adaptiveIcon": {
3739
"foregroundImage": "./assets/icon.png",
3840
"backgroundColor": "#ffffff"
3941
},
40-
"softwareKeyboardLayoutMode": "pan"
42+
"softwareKeyboardLayoutMode": "pan",
43+
"permissions": []
4144
},
4245
"userInterfaceStyle": "automatic",
4346
"description": "Built by the team behind https://www.instamobile.io https://www.iosapptemplates.com https://www.instaflutter.com and https://www.instakotlin.com",

eas.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
"distribution": "internal"
1010
},
1111
"preview": {
12-
"distribution": "internal"
12+
"distribution": "internal",
13+
"android": {
14+
"buildType": "apk"
15+
}
1316
},
1417
"production": {
1518
"autoIncrement": true

0 commit comments

Comments
 (0)