{"id":18879576,"url":"https://github.com/statickidz/versionchecker","last_synced_at":"2025-04-14T19:23:14.457Z","repository":{"id":144092640,"uuid":"68008427","full_name":"statickidz/VersionChecker","owner":"statickidz","description":"Simple Android library to check the version of the application with Google Play and force update. ","archived":false,"fork":false,"pushed_at":"2020-02-10T10:56:21.000Z","size":94,"stargazers_count":10,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T07:51:12.523Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/statickidz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["statickidz"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2016-09-12T12:50:16.000Z","updated_at":"2023-11-04T17:26:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"713a0e6b-0325-4234-a341-e7205dae1a15","html_url":"https://github.com/statickidz/VersionChecker","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statickidz%2FVersionChecker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statickidz%2FVersionChecker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statickidz%2FVersionChecker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statickidz%2FVersionChecker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/statickidz","download_url":"https://codeload.github.com/statickidz/VersionChecker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248943461,"owners_count":21186967,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T06:37:43.337Z","updated_at":"2025-04-14T19:23:14.450Z","avatar_url":"https://github.com/statickidz.png","language":"Java","funding_links":["https://github.com/sponsors/statickidz"],"categories":[],"sub_categories":[],"readme":"Android Version Checker [ ![Download](https://api.bintray.com/packages/statickidz/maven/VersionChecker/images/download.svg) ](https://bintray.com/statickidz/maven/VersionChecker/_latestVersion)\n=======\n\nVersionChecker is an Android library to check the version of the application with Google Play Store and force update.\n\nHow to integrate\n================\n\nAdd this dependency in your `build.gradle`:\n\n```xml\ndependencies {\n    compile 'com.statickidz.versionchecker:versionchecker:1.0.2'\n}\n```\n\nHow to use\n==========\n\nThe simplest integration:\n\n```java\npublic class MainActivity extends AppCompatActivity {\n\n    VersionChecker versionChecker;\n\n    @Override\n    protected void onCreate(Bundle savedInstanceState) {\n        super.onCreate(savedInstanceState);\n        setContentView(R.layout.activity_main);\n\n        versionChecker = new VersionChecker(this);\n        versionChecker.check();\n    }\n}\n```\n\nHave a look at the sample project for other examples.\n\nLicense\n=======\n\nLicensed under the Apache License. See the [LICENSE.md](LICENSE.md) file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatickidz%2Fversionchecker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstatickidz%2Fversionchecker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatickidz%2Fversionchecker/lists"}