SkillAgentSearch skills...

VersionChecker

Simple Android library to check the version of the application with Google Play and force update.

Install / Use

/learn @statickidz/VersionChecker
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Android Version Checker Download

VersionChecker is an Android library to check the version of the application with Google Play Store and force update.

How to integrate

Add this dependency in your build.gradle:

dependencies {
    compile 'com.statickidz.versionchecker:versionchecker:1.0.2'
}

How to use

The simplest integration:

public class MainActivity extends AppCompatActivity {

    VersionChecker versionChecker;

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_main);

        versionChecker = new VersionChecker(this);
        versionChecker.check();
    }
}

Have a look at the sample project for other examples.

License

Licensed under the Apache License. See the LICENSE.md file for more details.

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated2y ago
Forks5

Languages

Java

Security Score

60/100

Audited on Nov 4, 2023

No findings