Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.89 KB

README.md

File metadata and controls

28 lines (25 loc) · 1.89 KB

GitSpark Build Status License: GPL v3

An Android GitHub client made mostly to practice modern Android MVVM architecture.

Install

To build locally, you'll need to get your own GitHub API keys by creating an OAuth application and in GitSpark/gradle.properties or ~/.gradle/gradle.properties you need to add these lines

GITHUB_CLIENT_ID="your client id"
GITHUB_CLIENT_SECRET="your client secret"

Libraries used