halu5071 / git-push-hackathon

$ git push hackathon :computer:
https://www.cyberagent.co.jp/
1 stars 0 forks source link

github client

CircleCI
This is an android application for git-push-hackathon.

To Build

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.