Skip to content

Commit

Permalink
update sdk to 3.2.6 to fix record lost bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xtc committed Dec 1, 2022
1 parent eadc419 commit 6af85a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Android Studio
## 使用说明
### 引入SDK
```
implementation 'com.ttlock:ttlock:3.2.5'
implementation 'com.ttlock:ttlock:3.2.6'
```

### manifest配置
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down

0 comments on commit 6af85a6

Please sign in to comment.