Skip to content

Commit

Permalink
add release comments and update
Browse files Browse the repository at this point in the history
  • Loading branch information
arushsharma24 committed May 31, 2023
1 parent 7e43e5c commit b6f36e6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@ On running this command, the app is built and then installed as an apk on the de
## Current Status and Roadmap:
- [x] Plain Android App
- [x] App that shows a pdf
- [X] Making a release (involved a lot more tasks than I thought it would take.)
- [ ] App where we can change the pdf
- [ ] App with configuration options for the pdf

<br>
<br>

> Comments:-
> Comments and notes:-
>
> This is such a huge pain and so so so very difficult, apps take so much time to install, and run and there are just so many things that can go wrong. Especially with me since I am a newbie to application development, and ChatGPT hasn't really been that useful, if at all.
> This is such a huge pain and so so so very difficult, apps take so much time to install, and run and there are just so many things that can go wrong. Especially with me since I am a newbie to application development, and ChatGPT hasn't really been that useful, if at all.
>
> Debug notes: App release
> To make a release, I had to first make a keystore file. Then, I had to store it in the right folder `android\app`, and for the passwords, since I obviously didn't want them to be uploaded to GitHub, I tried to put then in `~\.gradle\gradle.properties` but actually didn't notice the `~` until quite late, and when I did I finally put this configuration file in the right place, didn't really think that would work since it was a folder far away from this stuff, but it did work.

0 comments on commit b6f36e6

Please sign in to comment.