diff --git a/Prj-Android/app/build.gradle b/Prj-Android/app/build.gradle index 33546a7..b10632d 100644 --- a/Prj-Android/app/build.gradle +++ b/Prj-Android/app/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation 'com.github.smuyyh:ImageSelector:3.0' implementation 'com.github.bumptech.glide:glide:3.7.0' // HyperLPR3 sdk - implementation 'com.github.HyperInspire:hyperlpr3-android-sdk:1.0.2' + implementation 'com.github.HyperInspire:hyperlpr3-android-sdk:1.0.3' implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'com.google.android.material:material:1.3.0' diff --git a/README.md b/README.md index 7027737..48db989 100644 --- a/README.md +++ b/README.md @@ -256,7 +256,7 @@ allprojects { - Step 2. Add the dependency ``` dependencies { - implementation 'com.github.HyperInspire:hyperlpr3-android-sdk:1.0.2' + implementation 'com.github.HyperInspire:hyperlpr3-android-sdk:1.0.3' } ``` diff --git a/README_CH.md b/README_CH.md index e213b6c..ee68e11 100644 --- a/README_CH.md +++ b/README_CH.md @@ -259,7 +259,7 @@ allprojects { - 步骤 2. 添加以下依赖 ``` dependencies { - implementation 'com.github.HyperInspire:hyperlpr3-android-sdk:1.0.2' + implementation 'com.github.HyperInspire:hyperlpr3-android-sdk:1.0.3' } ``` diff --git a/images/demo.png b/images/demo.png index b1de986..79520f5 100644 Binary files a/images/demo.png and b/images/demo.png differ