You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- IF A SECTION IS NOT APPLICABLE TO YOU, PLEASE DELETE IT!! -->
2
+
<!-- Your title should be able to summarize what changes you’ve made in one sentence. For example: “Exclude staff from the check for follows”. For stacked PRs, please indicate clearly in the title where in the stack you are. For example: “[Eatery Refactor][4/5] Converted all files to MVP model” -->
3
+
## Overview
4
+
<!-- Summarize your changes here. -->
5
+
## Changes Made
6
+
<!-- Include details of what your changes actually are and how it is intended to work. -->
7
+
## Test Coverage
8
+
<!-- Describe how you tested this feature. Manual testing and/or unit testing. Please include repro steps and/or how to turn the feature on if applicable. -->
9
+
## Next Steps (delete if not applicable)
10
+
<!-- If this is part of a multi-PR change, please describe what changes you plan on addressing in future PRs. -->
11
+
## Related PRs or Issues (delete if not applicable)
12
+
<!-- List related PRs against other branches/repositories. -->
13
+
## Screenshots (delete if not applicable)
14
+
<!-- This could include of screenshots of the new feature / proof that the changes work. -->
15
+
<details>
16
+
<summary>Screen Shot Name</summary>
17
+
<!-- Insert file link here. Newlines above and below your link are necessary for this to work. -->
Uplift is one of the latest apps by [Cornell AppDev](http://cornellappdev.com), an engineering project team at Cornell University focused on mobile app development. Uplift aims to be the go-to fitness and wellness tool that provides information and class times for gym resources at Cornell.
6
+
7
+
## Getting Started
8
+
1. Clone the repository.
9
+
2. Add a file called secrets.properties into your root level directory with the variables which you can find pinned in `#uplift-android`.
10
+
3. Go to the Firebase console for Uplift (you may need to contact a lead for access), and navigate to Project Settings -> Android, then add your SHA1 fingerprint, which you can find with the following command `./gradlew signingReport`.
11
+
4. Download the google-services.json file which you can find pinned on `#uplift-android` and add it to the app directory.
12
+
5. Build the project, and you should be good to go!
0 commit comments