Uplift is one of the latest apps by Cornell AppDev, 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.
- Clone the repository.
- Add a file called secrets.properties into your root level directory with the variables which you can find pinned in
#uplift-android
. - 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
. - Download the google-services.json file which you can find pinned on
#uplift-android
and add it to the app directory. - Build the project, and you should be good to go!