Skip to content

Commit

Permalink
Update to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akexorcist committed Nov 10, 2021
1 parent c199155 commit 977f7c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ allprojects {

**Gradle**
```
implementation 'com.akexorcist:screenshot-detection:1.0.1'
implementation 'com.akexorcist:screenshot-detection:1.0.2'
```

# Permission in this library
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ buildscript {
targetSdkVersion = 30
minSdkVersion = 16

versionName = '1.0.1'
versionCode = 10001
versionName = '1.0.2'
versionCode = 10002

libraryName = 'Screenshot Detection'
libraryDescription = 'Screenshot Detection Library for Android'
Expand Down

0 comments on commit 977f7c4

Please sign in to comment.