Skip to content

Commit

Permalink
Release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
javiersantos committed Mar 13, 2017
1 parent aca9304 commit 0d3b999
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

1 comment on commit 0d3b999

@franciscofranco
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @javiersantos, much appreciated.

Please sign in to comment.