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' }