Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 709 Bytes

File metadata and controls

33 lines (20 loc) · 709 Bytes

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 :)