gh-widget is a custom Android home screen widget designed to bring your GitHub contribution graph directly to your mobile device but the cool way. More tweaks comming soon!!
-
Clone the repository
git clone https://github.com/ayush00git/gh-widget.git cd gh-widget -
Create
local.propertiesin the root directory and add your GitHub credentials:github_token=ghp_xxxxxxxxxxxx github_username=your_username
-
Install via USB (Recommended)
- Connect your Android device via USB with USB debugging enabled
./gradlew :app:installDebug
-
Or build and install manually
- Build:
./gradlew assembleDebug - APK location:
app/build/outputs/apk/debug/app-debug.apk - Transfer to device and install manually
- Build:
