Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-budiyev committed May 24, 2022
1 parent 3f41275 commit 4fe02e7
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 @@ -55,7 +55,7 @@ Step 2. Add dependency:

```gradle
dependencies {
implementation 'com.github.yuriy-budiyev:code-scanner:2.3.1'
implementation 'com.github.yuriy-budiyev:code-scanner:2.3.2'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ apply plugin: 'com.android.library'
apply plugin: 'maven-publish'

ext {
libraryVersion = '2.3.1'
libraryVersion = '2.3.2'
publishedGroupId = 'com.budiyev.android'
}

Expand All @@ -41,7 +41,7 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 32
versionCode 62
versionCode 63
versionName libraryVersion
}

Expand Down

0 comments on commit 4fe02e7

Please sign in to comment.