From 69127a1b71667bf5adac7bc0fac5ab4c12324ee0 Mon Sep 17 00:00:00 2001 From: Aditya Pawar Date: Mon, 22 Apr 2024 16:34:41 -0700 Subject: [PATCH] Prepare for andriod sumbission --- .gitignore | 1 + app.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index afc76a5..0b945ef 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ # dependencies node_modules/ +girls-write-now-deployment-2676b3bd7ccf.json # Expo .expo/ diff --git a/app.json b/app.json index c0d8a52..434b2c5 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "girls-write-now", "slug": "girls-write-now", - "version": "0.0.5", + "version": "0.0.6", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "light", @@ -18,6 +18,7 @@ "bundleIdentifier": "org.calblueprint.girlswritenow" }, "android": { + "package": "org.calblueprint.girlswritenow", "softwareKeyboardLayoutMode": "pan", "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png",