https://github.com/cuhacking/cuhacking-android
project: Latias | The Android app for cuHacking 2020
https://github.com/cuhacking/cuhacking-android
Last synced: about 1 year ago
JSON representation
project: Latias | The Android app for cuHacking 2020
- Host: GitHub
- URL: https://github.com/cuhacking/cuhacking-android
- Owner: cuhacking
- License: apache-2.0
- Archived: true
- Created: 2019-06-14T00:58:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-11T14:32:03.000Z (over 6 years ago)
- Last Synced: 2025-02-23T22:29:10.963Z (over 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 1.53 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://firebase.google.com/docs/android/setup#add-config-file) on adding the Firebase configuration file.
In your `local.properties` file (in the project root directory) you will need to include the following properties:
```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`](/app/build.gradle.kts) file for the full list of dependencies.