smmdb api auery is now in it's own thread

* smmdb api auery is now in it's own thread
* fixed a issue where cemu_UI freezed on a 502 http error of the smmdb api
* jfoenix 1.10 -> 1.11
* sqlite 3.20.0. -> sqlite 3.20.0.1
This commit is contained in:
Jannik
2017-12-09 13:10:19 +01:00
parent 548629eeaf
commit 75d8e6b525
4 changed files with 43 additions and 24 deletions

View File

@ -28,7 +28,7 @@
<dependency>
<groupId>com.jfoenix</groupId>
<artifactId>jfoenix</artifactId>
<version>1.10.0</version>
<version>1.11.1</version>
</dependency>
<dependency>
@ -40,7 +40,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.21.0</version>
<version>3.21.0.1</version>
</dependency>
<dependency>