diff --git a/README.md b/README.md index 6475461..853eafc 100644 --- a/README.md +++ b/README.md @@ -129,8 +129,9 @@ new PiracyChecker(this) .start(); ``` -### Verify the use of third-pary store apps +### Verify the use of third-party store apps If you want to check if user has third-party store apps installed, you can use this code. + It will check for: Aptoide, BlackMart, Mobogenie, 1Mobile, GetApk, GetJar and SlideMe. ```Java diff --git a/library/build.gradle b/library/build.gradle index 57bbd9f..65c8717 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -8,8 +8,8 @@ android { consumerProguardFiles 'proguard-rules.pro' minSdkVersion 9 targetSdkVersion 25 - versionCode 3 - versionName "0.0.3" + versionCode 4 + versionName "1.0" } buildTypes { release {