-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #142 from fga-eps-mds/doc-gerar-apk
Adiciona doc para gerar apk
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
## Gerando o APK | ||
|
||
Para disponibilizar a aplicação na Google Play Store, é necessário gerar um arquivo APK. Para isso, é necessário seguir os seguintes passos: | ||
|
||
1. Acesse o site https://www.pwabuilder.com/ | ||
2. Cole a URL da aplicação no campo indicado | ||
3. Clique em "Start" | ||
4. Clique em "Package For Stores" | ||
5. Selecione a opção Android e clique em "Generate Package" | ||
6. Edite as informações do aplicativo, como nome, descrição, versão, etc. | ||
7. Clique em "Download Package" | ||
8. Será baixado um arquivo .zip, que contém o arquivo APK da aplicação e todos os arquivos necessários para publicação na Google Play Store | ||
|
||
### Histórico de versão | ||
|
||
| Data | Descrição | Autor(es) | | ||
| ---------- | -------------------- | ----------- | | ||
| 15/12/2023 | Criação do documento | João Victor | |