Fixed bug for android deployment

This commit is contained in:
2018-09-06 18:04:53 +02:00
parent c10b0cf850
commit a6485ddc52

View File

@@ -22,7 +22,7 @@ namespace RothenburgAR.Updater
public VersioncheckAnswer VersionAnswer { get; set; }
private List<HttpHandler> httpHandlers = new List<HttpHandler>();
private readonly LogFileHandler logFileHandler;
private LogFileHandler logFileHandler;
void Start()
{