From 56f3b7d23b1ce1e88efdfab8803c6f1d1f0b0fdd Mon Sep 17 00:00:00 2001 From: aiWean <39707263+ailiwean@users.noreply.github.com> Date: Thu, 23 Jul 2020 10:54:31 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 412a8bf..2da6d2a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # NBZxing 一个稳定完善的扫码库,几行代码既可接入,完美适配各种分辨率,无拉伸。 - + ### 依赖 [![](https://jitpack.io/v/ailiwean/NBZxing.svg)](https://jitpack.io/#ailiwean/NBZxing) @@ -84,6 +84,8 @@ class CusZxingView @JvmOverloads constructor(context: Context, attributeSet: Att } ``` +**注意:仅支持AndroidX** + #### 图片资源解析 在ZxingCameraView的子类中调用 @@ -103,7 +105,6 @@ protected open fun resultBackFile(content: String) { } ``` -注意:在解析图片资源时会自动关闭相机, 若解析失败则重写打开 -------