Skip to content

eltory/CheckVersion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CheckVersion

License
To check application's version Library

What is CheckVersion?

You can use it for getting a version of an application.
If you have already published an your application on market, you can get the market version.

Gradle

Download

dependencies{
  minSdkVersion 15
  targetSdkVersion 28
  
  ....
  implementation 'com.lsh.checkversion:check-market-version:x.x.x'
}

How to use

  • Menifset
  <uses-permission android:name="android.permission.INTERNET" />
  • Java
  CheckModule module = new CheckModule(context); // Constructor with context.
  module.getMarketVer(); // Get an application's market version.
  module.getApplicationVer(); // Get an application's package version(current version).
  module.isVersionSame(); // Market ver and Current ver equals or not.

About

Check application's market version library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published