Skip to content

It check if there is a new version of your published app available or not by making a request to Google Play Store.

License

Notifications You must be signed in to change notification settings

IshankDev/VersionChecker

Repository files navigation

VersionChecker

It check if there is a new version of your published app available or not by making a request to Google Play Store.

To start implantation in your app check below details -

Usage

Using Maven:
<dependency> 
    <groupId>Version_Checker</groupId> 
    <artifactId>library</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
Using Gradle. Add the dependency
dependencies {
       compile 'Version_Checker:library:1.0'
}

Samples & Implementation

For more details related to implementation check Sample app link -

https://github.com/IshankDev/VersionChecker/tree/master/app

Thanks!

Happy Coding :)

About

It check if there is a new version of your published app available or not by making a request to Google Play Store.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages