jalalkhademi / GitSpark

An Android GitHub app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An Android GitHub app

License:GNU General Public License v3.0


Languages

Language:Kotlin 100.0%