Skip to content

dhivatiradika/github-user

Repository files navigation

github-user

Installation

Clone this repository and import into Android Studio

git clone git@github.com:dhivatiradika/github-user.git

Configuration

API Token:

add your personal Github token to core/keystore.gradle with the following info:

defaultConfig {
        ..
        
        buildConfigField("String", "GITHUB_TOKEN", '"YOUR_TOKEN"')
    }

you can get Github Token from here

Generating signed APK

From Android Studio:

  1. Build menu
  2. Generate Signed APK...
  3. Fill in the keystore information (you only need to do this once manually and then let Android Studio remember it)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages