An open-source Android app for helping students find rides on campus.
Clone this repository and import into Android Studio
git clone [email protected]:cuappdev/scoop-android.git
From Android Studio:
- Build menu
- Generate Signed APK...
- Fill in the keystore information (you only need to do this once manually and then let Android Studio remember it)
This project is maintained by the Android Team @ Cornell Appdev
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Run the linter: https://developer.android.com/studio/write/lint
- Push your branch (git push origin my-new-feature)
- Create a new Pull Request