Update Checker Oreo +

Jyotishgher Astrology
By -
0
                                                       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:
allprojects {
 repositories {
  ...
  maven { url 'https://jitpack.io' }
 }
}
Add the dependency
dependencies {
        implementation 'com.github.kobeumut:UpdateChecker:0.1.3'
}
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

Post a Comment (0)