Skip to content

Commit 4fe02e7

Browse files
committed
Dev
1 parent 3f41275 commit 4fe02e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Step 2. Add dependency:
5555

5656
```gradle
5757
dependencies {
58-
implementation 'com.github.yuriy-budiyev:code-scanner:2.3.1'
58+
implementation 'com.github.yuriy-budiyev:code-scanner:2.3.2'
5959
}
6060
```
6161

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ apply plugin: 'com.android.library'
2727
apply plugin: 'maven-publish'
2828

2929
ext {
30-
libraryVersion = '2.3.1'
30+
libraryVersion = '2.3.2'
3131
publishedGroupId = 'com.budiyev.android'
3232
}
3333

@@ -41,7 +41,7 @@ android {
4141
defaultConfig {
4242
minSdkVersion 19
4343
targetSdkVersion 32
44-
versionCode 62
44+
versionCode 63
4545
versionName libraryVersion
4646
}
4747

0 commit comments

Comments
 (0)