On Campus Matcher App is a mobile app that aims to make university students more social.
Download the apk file and install
Click the to view UI presentation: Presentation
Enable your Firebase account from the mail you got.
Clone the github repo to your local computer
Open a new branch with using this naming: v1-yourName
You will get a SDK error
SOLUTION: Open a file named as local.properties and copy and paste the lines below according to your operating system
WINDOWS:
sdk.dir=C\:\\Users\\OZTURK\\AppData\\Local\\Android\\sdk
MAC:
sdk.dir = /Users/USERNAME/Library/Android/sdk
LINUX (UBUNTU):
sdk.dir = /home/USERNAME/Android/Sdk
LINUX (ARCH):
really?
Write a comment into the MainActivity.java and add then commit your changes
Push your commit to the Github
Open a pull request to v1 branch