This is an android application for git-push-hackathon.
Please ready for gradle.properties
file on app
directory, then add github Client ID, Client Secret, OAuth scheme and OAuth host on it, like this.
// app/gradle.properties
CLIENT_ID="hogehoge"
CLIENT_SECRET="fugafuga"
OAUTH_SCHEME="hogefuga"
OAUTH_HOST="fugahoge"
build.gradle on app read these values and generate BuildConfig variants.