From 9c72434df2cce8b914bea899e4d1dad34ec40f6d Mon Sep 17 00:00:00 2001 From: "Diego F. Pajarito Grajales" Date: Wed, 24 Jan 2024 15:38:13 +0000 Subject: [PATCH] Review and preparation for deploy 1 Jan 21 --- .idea/.gitignore | 3 +++ .idea/WPD-MobileApp.iml | 9 +++++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ src/app.json | 13 +------------ src/eas.json | 16 +++++++++++++++- 6 files changed, 42 insertions(+), 13 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/WPD-MobileApp.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/WPD-MobileApp.iml b/.idea/WPD-MobileApp.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/WPD-MobileApp.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..29adc12 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/app.json b/src/app.json index 92e5e70..6b17cf5 100644 --- a/src/app.json +++ b/src/app.json @@ -24,6 +24,7 @@ } }, "android": { + "permissions": ["com.google.android.gms.permission.AD_ID"], "adaptiveIcon": { "foregroundImage": "./app/assets/appLogo.png", "backgroundColor": "#FFFFFF" @@ -31,18 +32,6 @@ "package": "com.dadosaprovadagua.wpdmobileapp", "versionCode": 9 }, - "plugins": [ - [ - "expo-build-properties", - { - "android": { - "compileSdkVersion": 31, - "targetSdkVersion": 31, - "buildToolsVersion": "31.0.0" - } - } - ] - ], "web": { "favicon": "./app/assets/favicon.png" }, diff --git a/src/eas.json b/src/eas.json index b1f6aed..3be3bdc 100644 --- a/src/eas.json +++ b/src/eas.json @@ -7,6 +7,9 @@ "developmentClient": true, "distribution": "internal" }, + "internal": { + "distribution": "internal" + }, "preview": { "distribution": "internal" }, @@ -18,6 +21,17 @@ "production": {} }, "submit": { - "production": {} + "production": { + "android": { + "track": "internal", + "serviceAccountKeyPath": "./wpd-expo-project-f77b4ac3109a.json" + } + }, + "internal": { + "android": { + "track": "internal", + "serviceAccountKeyPath": "../../wpd-expo-project-f77b4ac3109a.json" + } + } } }