Skip to content

mingli1/GitSpark

Repository files navigation

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