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.
2 parents 1ba1ded + ea414a2 commit 542dc66Copy full SHA for 542dc66
README.md
@@ -25,7 +25,7 @@ No guarantees are made on support for older SDK versions - you'll have to test t
25
26
## Adding aar dependency with Gradle
27
28
-From version 4.0.0, only Android SDK 24+ is supported by default, and androidx is required.
+From version 4.0.2, only Android SDK 24+ is supported by default, and androidx is required.
29
30
Add the following to your `build.gradle` file:
31
@@ -35,7 +35,7 @@ repositories {
35
}
36
37
dependencies {
38
- implementation 'com.journeyapps:zxing-android-embedded:4.0.0'
+ implementation 'com.journeyapps:zxing-android-embedded:4.0.2'
39
implementation 'androidx.appcompat:appcompat:1.0.2'
40
41
0 commit comments