Skip to content

Commit

Permalink
Release v7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Anday Demirsoy authored and demirsoya committed Jun 7, 2022
1 parent 170e208 commit e2cafaa
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.0
#### Add
- Default events.
## v7.5.1
#### Fix
- Screenshots not uploading.
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.5.1'
implementation 'com.usabilla.sdk:ubform:7.6.0'
```

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.5.1",
"sdkVersion": "7.6.0",
"system": "android",
"totalMemory": "1530604",
"totalSpace": "793488",
Expand Down

0 comments on commit e2cafaa

Please sign in to comment.