Update Checker Android Oreo +
New Features
- Add new super looking alert dialog
- Fix bugs and improve performance performance fixes
- Auto show Whats New list on Google Play Market by language
Used Libraries:
- Google Volley(HTTP Library) for network.
- AwesomeDialog for AlertDialog
Add it in your root build.gradle at the end of repositories:
Add the dependency
Or Maven
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Add the dependency
<dependency>
<groupId>com.github.kobeumut</groupId>
<artifactId>UpdateChecker</artifactId>
<version>0.1.3</version>
</dependency>
Usage
Activity activity=this;
new GoogleChecker(activity, false);
Post a Comment
0Comments