ppareit / swiftp

FTP server for your android device.
http://ppareit.github.com/swiftp/
Other
742 stars 293 forks source link

Fix signed build missing constructors #221

Closed Xavron closed 2 months ago

Xavron commented 8 months ago

Closes:

Missing constructors due to proguard minify use. Causes ftp commands to fail such as CmdUSER since its constructor cannot be found.

Can adjust if needed.