Browse Source

Review and preparation for deploy 1 Jan 21

master
Diego F. Pajarito Grajales 8 months ago
parent
commit
9c72434df2
  1. 3
      .idea/.gitignore
  2. 9
      .idea/WPD-MobileApp.iml
  3. 8
      .idea/modules.xml
  4. 6
      .idea/vcs.xml
  5. 13
      src/app.json
  6. 16
      src/eas.json

3
.idea/.gitignore

@ -0,0 +1,3 @@
# Default ignored files
/shelf/
/workspace.xml

9
.idea/WPD-MobileApp.iml

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

8
.idea/modules.xml

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/WPD-MobileApp.iml" filepath="$PROJECT_DIR$/.idea/WPD-MobileApp.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

13
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"
},

16
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"
}
}
}
}
Loading…
Cancel
Save