Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 832 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 832 Bytes

cuHacking: Android App

The app that will be used by attendees of cuHacking 2020 as well as by organizers to help manage attendees.

Getting Started

To build this project you will need Android Studio 3.4 and the Android SDK for Android Q (29).

You will need to put a google-services.json file in the /app folder in order for Firebase to work. See the Firebase docs on adding the Firebase configuration file.

In your local.properties file (in the project root directory) you will need to include the following properties:

mapbox.key=your mapbox key here
api.endpoint=your "/"-terminated root api endpoint here

Built With

A lot of things. See the app build.gradle.kts file for the full list of dependencies.