Skip to content

Commit

Permalink
Release v7.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Anday Demirsoy authored and demirsoya committed Aug 25, 2022
1 parent e2cafaa commit 267ce01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
### Changelog:
## v7.6.1
#### Fix
- Text issues with Chinese
## v7.6.0
#### Add
- Default events.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ The following functionalities will only be available on phones running Android A
Grab the latest version using

```
implementation 'com.usabilla.sdk:ubform:7.6.0'
implementation 'com.usabilla.sdk:ubform:7.6.1'
```

If you have obfuscation enabled (ProGuard/R8) and you use a version of our SDK <= 6.4.0 you need to add this line to your obfuscation configuration
Expand Down Expand Up @@ -306,7 +306,7 @@ The data collected content is as follows:
"reachability": "WiFi",
"rooted": false,
"screenSize": "1440x2392",
"sdkVersion": "7.6.0",
"sdkVersion": "7.6.1",
"system": "android",
"totalMemory": "1530604",
"totalSpace": "793488",
Expand Down

0 comments on commit 267ce01

Please sign in to comment.