GPVersionChecker ProGuard rules

GPVersionChecker – is an Android library for checking the current uploaded version on the Google Play.

ProGuard rules for GPVersionChecker

Add the following lines to your ProGuard configuration proguard.cfg file in project.

############################### GPVersionChecker ###############################
-keep public class org.jsoup.** {
public *;
}

For more information about GPVersionChecker please see the website.

Static Gson ProGuard rules

Popular ProGuard rules