Skip to content

GitHub Updater - A utility library for updating your app through GitHub Releases

Notifications You must be signed in to change notification settings

HellPie/dev.hellpie.libs.ghupdater

Repository files navigation

GHUpdater

A utility library for updating your app through GitHub Releases

Add it to your project

In your project root open "build.gradle" and to the "repositories" block add:

maven { url "https://jitpack.io" }

So that your block should look roughly like this:

repositories {
	jcenter()
	maven { url "https://jitpack.io" }
}

Then, in your module "build.gradle" add this into the dependencies block:

compile 'com.github.HellPie:dev.hellpie.libs.ghupdater:1.0.0'

About

GitHub Updater - A utility library for updating your app through GitHub Releases

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages