发布v3.2.0

This commit is contained in:
Jenly
2024-07-16 23:36:33 +08:00
parent 78b59b2dbc
commit 5774a41811
23 changed files with 239 additions and 160 deletions

View File

@@ -16,6 +16,8 @@ import androidx.annotation.Nullable;
* 通过继承 {@link BarcodeCameraScanActivity}或{@link BarcodeCameraScanFragment}可快速实现扫码识别
*
* @author <a href="mailto:jenly1314@gmail.com">Jenly</a>
* <p>
* <a href="https://github.com/jenly1314">Follow me</a>
*/
public abstract class BarcodeCameraScanFragment extends BaseCameraScanFragment<Result> {