Skip to content

Commit 542dc66

Browse files
authored
Merge pull request #530 from lukassos/master
correct release version 4.0.2
2 parents 1ba1ded + ea414a2 commit 542dc66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ No guarantees are made on support for older SDK versions - you'll have to test t
2525

2626
## Adding aar dependency with Gradle
2727

28-
From version 4.0.0, only Android SDK 24+ is supported by default, and androidx is required.
28+
From version 4.0.2, only Android SDK 24+ is supported by default, and androidx is required.
2929

3030
Add the following to your `build.gradle` file:
3131

@@ -35,7 +35,7 @@ repositories {
3535
}
3636
3737
dependencies {
38-
implementation 'com.journeyapps:zxing-android-embedded:4.0.0'
38+
implementation 'com.journeyapps:zxing-android-embedded:4.0.2'
3939
implementation 'androidx.appcompat:appcompat:1.0.2'
4040
}
4141

0 commit comments

Comments
 (0)