From 6af85a61103163d61811d34b036b2b374142f8c4 Mon Sep 17 00:00:00 2001 From: xtc Date: Thu, 1 Dec 2022 13:27:45 +0800 Subject: [PATCH] update sdk to 3.2.6 to fix record lost bug --- README.en.md | 2 +- README.md | 2 +- app/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.en.md b/README.en.md index 2eb0b28..c314108 100644 --- a/README.en.md +++ b/README.en.md @@ -18,7 +18,7 @@ Android Studio #### Installation 1. import lib in build.gradle: ``` -implementation 'com.ttlock:ttlock:3.2.5' +implementation 'com.ttlock:ttlock:3.2.6' ``` 2. add permission in manifest: ``` diff --git a/README.md b/README.md index 27bde2d..e79f700 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Android Studio ## 使用说明 ### 引入SDK ``` -implementation 'com.ttlock:ttlock:3.2.5' +implementation 'com.ttlock:ttlock:3.2.6' ``` ### manifest配置 diff --git a/app/build.gradle b/app/build.gradle index 2fad26c..f5a904f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -47,7 +47,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0' implementation 'com.google.code.gson:gson:2.6.2' - implementation 'com.ttlock:ttlock:3.2.5' + implementation 'com.ttlock:ttlock:3.2.6' implementation 'com.squareup.retrofit2:retrofit:2.4.0' implementation 'com.squareup.retrofit2:converter-gson:2.4.0' }