From e2cafaa7078dcdb0d3ab85be6ad8bd99754844c5 Mon Sep 17 00:00:00 2001 From: Anday Demirsoy Date: Tue, 7 Jun 2022 15:39:29 +0200 Subject: [PATCH] Release v7.6.0 --- CHANGELOG.md | 3 +++ README.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f26847..ce227ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ ### Changelog: +## v7.6.0 +#### Add +- Default events. ## v7.5.1 #### Fix - Screenshots not uploading. diff --git a/README.md b/README.md index 20782c0..9a22779 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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",