Skip to content

guitoun3/updatereminder

Repository files navigation

Update Reminder for Android

Download

Sample

Installation

Gradle

dependencies {
    compile 'com.github.guitoun3:update-reminder:1.2.0'
}

Usage

new UpdateReminder.Builder(this)
                .setBaseUrl("http://yourdomain.com/")
                .setPath("config.json")
                .build()
                .checkUpdate();

This file must be placed on http://yourdomain.com/config.json

{
  "update_reminder": {
    "enabled": true,
    "versionCode": "3",
    "force_update": false,
    "message": "Your custom message for users"
  },
  "your_config_key1": "12",
  "your_other_config_stuff": "value"
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages