- Moved getInputStream before channel connect on Android.
- Set minimum SDK version to 2.1.0.
- Set compileSdkVersion to 28, fixing build error "Execution failed for task ':ssh:verifyReleaseResources'"
- Set uuid plugin version to ^2.0.0.
- Fixed download exception on Android due to this issue.
- Changed disconnect() method to sync.
- Fixed Android crash issue "Methods marked with @UiThread must be executed on the main thread.".
- Fixed invokeMethod missing indirection.
- Add note about OpenSSH keys, add passphrase to key example.
- Check if client is null before getting session in Android.
- Initial release.