Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Version 3.6.2

Compare
Choose a tag to compare
@matthiaswenz matthiaswenz released this 02 Nov 14:46
· 1120 commits to develop since this release

We have pushed an update for our Android SDK that fixes an issue with network connectivity.
Make sure to include the following additional dependency in your app's Manifest.xml:

<uses-permission android:name="ACCESS_NETWORK_STATE" />

Changelog

  • [FIX] Fixed a crash that would occur when trying to send feedback without network connectivity