UsernameUpdate

This commit is contained in:
2020-05-09 20:05:41 -04:00
parent d751e19f4f
commit 96f28f55a9

View File

@@ -5,16 +5,16 @@ If it is needed, feel free to submit an issue on this Github page, and the issue
# Downloading the app onto your own (Android)phone
In order to download the app on your own, you will need to navigate to my release apk download page, [which I will link here](https://github.com/souravp712/TrackCovid19/releases/download/v1.3/TrackCovid19.apk), or you can wait for the approval of the app to the Google Play Store.
In order to download the app on your own, you will need to navigate to my release apk download page, [which I will link here](https://github.com/SoPat712/TrackCovid19/releases/download/v1.3/TrackCovid19.apk), or you can wait for the approval of the app to the Google Play Store.
You may need to accept some permissions in order for the app to be installed. Then click install, and the app will be installed onto your own Android device for your own usages.
# Editing the app on your own
Code Rating: ![Android CI](https://github.com/souravp712/TrackCovid19/workflows/Android%20CI/badge.svg)
Gradle check: ![Java CI with Gradle](https://github.com/souravp712/TrackCovid19/workflows/Java%20CI%20with%20Gradle/badge.svg)
Code Rating: ![Android CI](https://github.com/SoPat712/TrackCovid19/workflows/Android%20CI/badge.svg)
Gradle check: ![Java CI with Gradle](https://github.com/SoPat712/TrackCovid19/workflows/Java%20CI%20with%20Gradle/badge.svg)
In a terminal on MacOS or Linux, run ```git clone https://github.com/souravp712/TrackCovid19``` if you have git installed and then open the folder in Android Studio or another similar code editor, or [go to this link for an easier download process on any OS.](https://github.com/souravp712/TrackCovid19/archive/master.zip)
In a terminal on MacOS or Linux, run ```git clone https://github.com/SoPat712/TrackCovid19``` if you have git installed and then open the folder in Android Studio or another similar code editor, or [go to this link for an easier download process on any OS.](https://github.com/SoPat712/TrackCovid19/archive/master.zip)
Download Android Studio or any other similar code editor and open the project on your own in order to edit the files inside.