Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 851 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 851 Bytes

Scoop

An open-source Android app for helping students find rides on campus.

Installation

Clone this repository and import into Android Studio

git clone git@github.com:cuappdev/scoop-android.git

Generating signed APK

From Android Studio:

  1. Build menu
  2. Generate Signed APK...
  3. Fill in the keystore information (you only need to do this once manually and then let Android Studio remember it)

Maintainers

This project is maintained by the Android Team @ Cornell Appdev

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Run the linter: https://developer.android.com/studio/write/lint
  5. Push your branch (git push origin my-new-feature)
  6. Create a new Pull Request