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
The repositories block and Uri parsing is an easy fix. IMO we should remove kotlinx-serialization and replace it with something available in JCenter. Moshi is likely the smallest drop-in replacement for this. I'll whip up another issue for this.
The installation instructions in the README are incomplete. I encountered the following issues when trying to add Plunge to my project:
Uri.parse(getIntent().getData())
should just beintent.data
(as getData() returns aUri
already)The text was updated successfully, but these errors were encountered: