66[ ![ JitPack] ( https://img.shields.io/jitpack/v/github/jenly1314/ZXingLite?logo=jitpack )] ( https://jitpack.io/#jenly1314/ZXingLite )
77[ ![ CI] ( https://img.shields.io/github/actions/workflow/status/jenly1314/ZXingLite/build.yml?logo=github )] ( https://github.com/jenly1314/ZXingLite/actions/workflows/build.yml )
88[ ![ Download] ( https://img.shields.io/badge/download-APK-brightgreen?logo=github )] ( https://raw.githubusercontent.com/jenly1314/ZXingLite/master/app/release/app-release.apk )
9- [ ![ API] ( https://img.shields.io/badge/API-21 %2B-brightgreen?logo=android )] ( https://developer.android.com/guide/topics/manifest/uses-sdk-element#ApiLevels )
9+ [ ![ API] ( https://img.shields.io/badge/API-23 %2B-brightgreen?logo=android )] ( https://developer.android.com/guide/topics/manifest/uses-sdk-element#ApiLevels )
1010[ ![ License] ( https://img.shields.io/github/license/jenly1314/ZXingLite?logo=open-source-initiative )] ( https://opensource.org/licenses/apache-2-0 )
1111
1212
@@ -35,19 +35,21 @@ ZXingLite for Android 是ZXing的精简极速版,基于ZXing库优化扫码和
35352. 在Module的 **build.gradle** 中添加依赖项
3636
3737 ```gradle
38- implementation 'com.github.jenly1314:zxing-lite:3.3 .0'
38+ implementation 'com.github.jenly1314:zxing-lite:3.4 .0'
3939
4040 ```
4141
4242### 温馨提示
4343
4444#### 关于ZXingLite版本与编译的SDK版本要求
4545
46- > 使用 **v3.1.x ** 以上版本时 ,要求 **compileSdkVersion >= 34 **
46+ > 使用 **v3.4.0 ** 及以上版本时 ,要求 **compileSdk ≥ 35 **
4747
48- > 使用 **v3.0.x ** 以上版本时 ,要求 **compileSdkVersion >= 33 **
48+ > 使用 **v3.1.0 ** 及以上版本时 ,要求 **compileSdk ≥ 34 **
4949
50- > 如果 **compileSdkVersion < 33** 请使用 [**v2.x版本**](https://github.com/jenly1314/ZXingLite/tree/2.x/)
50+ > 使用 **v3.0.0** 及以上版本时,要求 **compileSdk ≥ 33**
51+
52+ > 如果 **compileSdk < 33** 请使用 [**v2.x版本**](https://github.com/jenly1314/ZXingLite/tree/2.x/)
5153
5254## 使用
5355
@@ -195,6 +197,8 @@ dependencies {
195197
196198> ZXingLite ** v3.1.0** 以后版本(无需脱糖),因为zxing ** v3.5.2** 又恢复了与旧版 JDK 的兼容性;详情见:[ zxing-3.5.2] ( https://github.com/zxing/zxing/releases/tag/zxing-3.5.2 )
197199
200+ #### [ 常见问题解答] ( https://github.com/jenly1314/ZXingLite/issues/69#issue-529829908 )
201+
198202## 相关推荐
199203
200204- [ MLKit] ( https://github.com/jenly1314/MLKit ) 一个强大易用的工具包。通过ML Kit您可以很轻松的实现文字识别、条码识别、图像标记、人脸检测、对象检测等功能。
@@ -208,11 +212,12 @@ dependencies {
208212
209213## 版本日志
210214
211- #### v3.3.0:2025-7-7
212- * 迁移发布至 ** Central Portal** [ 相关公告] ( https://central.sonatype.org/pages/ossrh-eol/#logging-in-to-central-portal )
213- * 更新CameraScan至v1.3.1
214- * 更新ViewfinderView至v1.4.0
215- * 更新Gradle至v8.5
215+ #### v3.4.0:2026-2-5
216+ * 更新minSdk至23
217+ * 更新compileSdk至35
218+ * 更新CameraScan至v1.4.0
219+ * 更新zxing至v3.5.4
220+ * 更新Gradle至v8.13
216221
217222#### [ 查看更多版本日志] ( CHANGELOG.md )
218223
0 commit comments