We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f41275 commit 4fe02e7Copy full SHA for 4fe02e7
README.md
@@ -55,7 +55,7 @@ Step 2. Add dependency:
55
56
```gradle
57
dependencies {
58
- implementation 'com.github.yuriy-budiyev:code-scanner:2.3.1'
+ implementation 'com.github.yuriy-budiyev:code-scanner:2.3.2'
59
}
60
```
61
build.gradle
@@ -27,7 +27,7 @@ apply plugin: 'com.android.library'
27
apply plugin: 'maven-publish'
28
29
ext {
30
- libraryVersion = '2.3.1'
+ libraryVersion = '2.3.2'
31
publishedGroupId = 'com.budiyev.android'
32
33
@@ -41,7 +41,7 @@ android {
41
defaultConfig {
42
minSdkVersion 19
43
targetSdkVersion 32
44
- versionCode 62
+ versionCode 63
45
versionName libraryVersion
46
47
0 commit comments