File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11### Changelog:
2+ ## v7.6.4
3+ #### Fix
4+ - Accessibility issue for star rating.
5+ - Standard event issue (app version and occurrences)
6+ - The triggers' loading issue for the app ID which is having more that 100 campaigns
27## v7.6.3
38#### Fix
49- Android 13 inconsistency.
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ The following functionalities will only be available on phones running Android A
8686Grab the latest version using
8787
8888```
89- implementation 'com.usabilla.sdk:ubform:7.6.3 '
89+ implementation 'com.usabilla.sdk:ubform:7.6.4 '
9090```
9191
9292If 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:
306306 "reachability" : " WiFi" ,
307307 "rooted" : false ,
308308 "screenSize" : " 1440x2392" ,
309- "sdkVersion" : " 7.6.3 " ,
309+ "sdkVersion" : " 7.6.4 " ,
310310 "system" : " android" ,
311311 "totalMemory" : " 1530604" ,
312312 "totalSpace" : " 793488" ,
You can’t perform that action at this time.
0 commit comments