diff --git a/wrappers/aar/README.md b/wrappers/aar/README.md index f7b0d9f586..82360ad1d5 100644 --- a/wrappers/aar/README.md +++ b/wrappers/aar/README.md @@ -48,7 +48,7 @@ Then add the dependency in your `app/build.gradle`: ```groovy dependencies { - implementation 'com.github.markusfisch:zxing-cpp:v2.3.0.2' + implementation 'com.github.markusfisch:zxing-cpp:v2.3.0.3' } ```