You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2021. It is now read-only.
The Loggly Timber library in the application uses a plaintext HTTP to log messages to this cloud service. Per this discussion on StackOverflow, Android Oreo and above automatically block network requests to unencrypted endpoints with this message: Cleartext HTTP traffic to <endpoint> not permitted.
As a workaround, the <application> tag in the Sermon manifest has an attribute called android:usesCleartextTraffic set to true. In reality, this library should be making an HTTPS call to Loggly so that this workaround is not needed.